#33eecf
a balanced, electric cyan · cool · closest name: turquoise
RGB
51, 238, 207
HSL
170°, 85%, 57%
CMYK
79, 0, 13, 7
Luminance
0.6636
Every format
| HEX | #33eecf |
| RGB | rgb(51, 238, 207) |
| HSL | hsl(170, 85%, 57%) |
| CMYK | cmyk(79%, 0%, 13%, 7%) |
| LAB | lab(85.2 -51.7 2.2) |
| LCH | lch(85.2 51.7 177.6) |
| OKLCH | oklch(0.854 0.148 178.1) |
Copy-ready code
/* CSS */
color: #33eecf;
background-color: #33eecf;
/* Tailwind (arbitrary) */
class="text-[#33eecf] bg-[#33eecf]"
/* SCSS */
$brand: #33eecf;
/* SwiftUI */
Color(red: 0.200, green: 0.933, blue: 0.812)
/* Android */
Color.parseColor("#33eecf")Accessibility — WCAG contrast
Aa
#33eecf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33eecf on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green93.3%
Blue81.2%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow13.0%
Key (black)6.7%
Color previews
#33eecf text on a black background
contrast 14.27:1
Card sample
#33eecf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33eecf;
Background color
Panel with #33eecf background
background-color: #33eecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33eecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 238, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 238, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33eecf; background: linear-gradient(135deg, #33eecf, #3390EE);