#10caab
a dark, electric cyan · cool · closest name: turquoise
RGB
16, 202, 171
HSL
170°, 85%, 43%
CMYK
92, 0, 15, 21
Luminance
0.4529
Every format
| HEX | #10caab |
| RGB | rgb(16, 202, 171) |
| HSL | hsl(170, 85%, 43%) |
| CMYK | cmyk(92%, 0%, 15%, 21%) |
| LAB | lab(73.1 -48.6 3.8) |
| LCH | lch(73.1 48.8 175.5) |
| OKLCH | oklch(0.751 0.138 176.1) |
Copy-ready code
/* CSS */
color: #10caab;
background-color: #10caab;
/* Tailwind (arbitrary) */
class="text-[#10caab] bg-[#10caab]"
/* SCSS */
$brand: #10caab;
/* SwiftUI */
Color(red: 0.063, green: 0.792, blue: 0.671)
/* Android */
Color.parseColor("#10caab")Accessibility — WCAG contrast
Aa
#10caab on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10caab on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green79.2%
Blue67.1%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow15.3%
Key (black)20.8%
Color previews
#10caab text on a black background
contrast 10.06:1
Card sample
#10caab text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10caab;
Background color
Panel with #10caab background
background-color: #10caab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10caab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 202, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 202, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10caab; background: linear-gradient(135deg, #10caab, #106DCA);