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