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