#16dcdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
22, 220, 223
HSL
181°, 82%, 48%
CMYK
90, 1, 0, 13
Luminance
0.5668
Every format
| HEX | #16dcdf |
| RGB | rgb(22, 220, 223) |
| HSL | hsl(181, 82%, 48%) |
| CMYK | cmyk(90%, 1%, 0%, 13%) |
| LAB | lab(80.0 -41.5 -13.9) |
| LCH | lch(80.0 43.8 198.6) |
| OKLCH | oklch(0.812 0.136 196.6) |
Copy-ready code
/* CSS */
color: #16dcdf;
background-color: #16dcdf;
/* Tailwind (arbitrary) */
class="text-[#16dcdf] bg-[#16dcdf]"
/* SCSS */
$brand: #16dcdf;
/* SwiftUI */
Color(red: 0.086, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#16dcdf")Accessibility — WCAG contrast
Aa
#16dcdf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16dcdf on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green86.3%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#16dcdf text on a black background
contrast 12.34:1
Card sample
#16dcdf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16dcdf;
Background color
Panel with #16dcdf background
background-color: #16dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16dcdf; background: linear-gradient(135deg, #16dcdf, #1656DF);