#16eee0
a balanced, electric cyan · cool · closest name: turquoise
RGB
22, 238, 224
HSL
176°, 86%, 51%
CMYK
91, 0, 6, 7
Luminance
0.6670
Every format
| HEX | #16eee0 |
| RGB | rgb(22, 238, 224) |
| HSL | hsl(176, 86%, 51%) |
| CMYK | cmyk(91%, 0%, 6%, 7%) |
| LAB | lab(85.3 -49.0 -6.5) |
| LCH | lch(85.3 49.5 187.6) |
| OKLCH | oklch(0.856 0.147 187.2) |
Copy-ready code
/* CSS */
color: #16eee0;
background-color: #16eee0;
/* Tailwind (arbitrary) */
class="text-[#16eee0] bg-[#16eee0]"
/* SCSS */
$brand: #16eee0;
/* SwiftUI */
Color(red: 0.086, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#16eee0")Accessibility — WCAG contrast
Aa
#16eee0 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16eee0 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green93.3%
Blue87.8%
CMYK percentages
Cyan90.8%
Magenta0.0%
Yellow5.9%
Key (black)6.7%
Color previews
#16eee0 text on a black background
contrast 14.34:1
Card sample
#16eee0 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16eee0;
Background color
Panel with #16eee0 background
background-color: #16eee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16eee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16eee0; background: linear-gradient(135deg, #16eee0, #166CEE);