#16dbb9
a balanced, electric cyan · cool · closest name: turquoise
RGB
22, 219, 185
HSL
170°, 82%, 47%
CMYK
90, 0, 16, 14
Luminance
0.5434
Every format
| HEX | #16dbb9 |
| RGB | rgb(22, 219, 185) |
| HSL | hsl(170, 82%, 47%) |
| CMYK | cmyk(90%, 0%, 16%, 14%) |
| LAB | lab(78.7 -51.6 4.3) |
| LCH | lch(78.7 51.8 175.2) |
| OKLCH | oklch(0.797 0.147 175.8) |
Copy-ready code
/* CSS */
color: #16dbb9;
background-color: #16dbb9;
/* Tailwind (arbitrary) */
class="text-[#16dbb9] bg-[#16dbb9]"
/* SCSS */
$brand: #16dbb9;
/* SwiftUI */
Color(red: 0.086, green: 0.859, blue: 0.725)
/* Android */
Color.parseColor("#16dbb9")Accessibility — WCAG contrast
Aa
#16dbb9 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16dbb9 on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green85.9%
Blue72.5%
CMYK percentages
Cyan90.0%
Magenta0.0%
Yellow15.5%
Key (black)14.1%
Color previews
#16dbb9 text on a black background
contrast 11.87:1
Card sample
#16dbb9 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16dbb9;
Background color
Panel with #16dbb9 background
background-color: #16dbb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16dbb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 219, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 219, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16dbb9; background: linear-gradient(135deg, #16dbb9, #167ADB);