#10ceb5
a dark, electric cyan · cool · closest name: turquoise
RGB
16, 206, 181
HSL
172°, 86%, 44%
CMYK
92, 0, 12, 19
Luminance
0.4759
Every format
| HEX | #10ceb5 |
| RGB | rgb(16, 206, 181) |
| HSL | hsl(172, 86%, 44%) |
| CMYK | cmyk(92%, 0%, 12%, 19%) |
| LAB | lab(74.6 -47.6 0.5) |
| LCH | lch(74.6 47.6 179.3) |
| OKLCH | oklch(0.763 0.137 179.7) |
Copy-ready code
/* CSS */
color: #10ceb5;
background-color: #10ceb5;
/* Tailwind (arbitrary) */
class="text-[#10ceb5] bg-[#10ceb5]"
/* SCSS */
$brand: #10ceb5;
/* SwiftUI */
Color(red: 0.063, green: 0.808, blue: 0.710)
/* Android */
Color.parseColor("#10ceb5")Accessibility — WCAG contrast
Aa
#10ceb5 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10ceb5 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green80.8%
Blue71.0%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow12.1%
Key (black)19.2%
Color previews
#10ceb5 text on a black background
contrast 10.52:1
Card sample
#10ceb5 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10ceb5;
Background color
Panel with #10ceb5 background
background-color: #10ceb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10ceb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 206, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 206, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10ceb5; background: linear-gradient(135deg, #10ceb5, #1068CE);