#20dfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
32, 223, 223
HSL
180°, 75%, 50%
CMYK
86, 0, 0, 13
Luminance
0.5841
Every format
| HEX | #20dfdf |
| RGB | rgb(32, 223, 223) |
| HSL | hsl(180, 75%, 50%) |
| CMYK | cmyk(86%, 0%, 0%, 13%) |
| LAB | lab(81.0 -42.3 -12.5) |
| LCH | lch(81.0 44.1 196.5) |
| OKLCH | oklch(0.820 0.136 194.8) |
Copy-ready code
/* CSS */
color: #20dfdf;
background-color: #20dfdf;
/* Tailwind (arbitrary) */
class="text-[#20dfdf] bg-[#20dfdf]"
/* SCSS */
$brand: #20dfdf;
/* SwiftUI */
Color(red: 0.125, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#20dfdf")Accessibility — WCAG contrast
Aa
#20dfdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20dfdf on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green87.5%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#20dfdf text on a black background
contrast 12.68:1
Card sample
#20dfdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20dfdf;
Background color
Panel with #20dfdf background
background-color: #20dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20dfdf; background: linear-gradient(135deg, #20dfdf, #2060DF);