#10dfdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
16, 223, 223
HSL
180°, 87%, 47%
CMYK
93, 0, 0, 13
Luminance
0.5821
Every format
| HEX | #10dfdf |
| RGB | rgb(16, 223, 223) |
| HSL | hsl(180, 87%, 47%) |
| CMYK | cmyk(93%, 0%, 0%, 13%) |
| LAB | lab(80.8 -43.0 -12.7) |
| LCH | lch(80.8 44.9 196.4) |
| OKLCH | oklch(0.819 0.138 194.8) |
Copy-ready code
/* CSS */
color: #10dfdf;
background-color: #10dfdf;
/* Tailwind (arbitrary) */
class="text-[#10dfdf] bg-[#10dfdf]"
/* SCSS */
$brand: #10dfdf;
/* SwiftUI */
Color(red: 0.063, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#10dfdf")Accessibility — WCAG contrast
Aa
#10dfdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10dfdf on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green87.5%
Blue87.5%
CMYK percentages
Cyan92.8%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#10dfdf text on a black background
contrast 12.64:1
Card sample
#10dfdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10dfdf;
Background color
Panel with #10dfdf background
background-color: #10dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10dfdf; background: linear-gradient(135deg, #10dfdf, #1055DF);