Ninja Turtle
#94b1a9
Looking for the precise values behind Ninja Turtle (#94b1a9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #94b1a9 | |
|---|---|---|
| RGB | rgb(148, 177, 169) | |
| HSL | hsl(163, 16%, 64%) | |
| CMYK | cmyk(16%, 0%, 5%, 31%) | |
| LAB | lab(70, -12, 1) | |
| OKLCH | oklch(0.74 0.034 177) |
Color harmonies
Tints & shades
Code snippets
color: #94b1a9;
background-color: #94b1a9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF94B1A9)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.69, blue: 0.66, alpha: 1.0)