#00eedc
a balanced, electric cyan · cool · closest name: turquoise
RGB
0, 238, 220
HSL
176°, 100%, 47%
CMYK
100, 0, 8, 7
Luminance
0.6632
Every format
| HEX | #00eedc |
| RGB | rgb(0, 238, 220) |
| HSL | hsl(176, 100%, 47%) |
| CMYK | cmyk(100%, 0%, 8%, 7%) |
| LAB | lab(85.2 -50.7 -4.7) |
| LCH | lch(85.2 51.0 185.3) |
| OKLCH | oklch(0.854 0.150 185.2) |
Copy-ready code
/* CSS */
color: #00eedc;
background-color: #00eedc;
/* Tailwind (arbitrary) */
class="text-[#00eedc] bg-[#00eedc]"
/* SCSS */
$brand: #00eedc;
/* SwiftUI */
Color(red: 0.000, green: 0.933, blue: 0.863)
/* Android */
Color.parseColor("#00eedc")Accessibility — WCAG contrast
Aa
#00eedc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00eedc on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green93.3%
Blue86.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow7.6%
Key (black)6.7%
Color previews
#00eedc text on a black background
contrast 14.26:1
Card sample
#00eedc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00eedc;
Background color
Panel with #00eedc background
background-color: #00eedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00eedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 238, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 238, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00eedc; background: linear-gradient(135deg, #00eedc, #0061EE);