#20C7DB
A medium, vivid cyan closely aligning with Darkturquoise.
About #20C7DB
At its core, #20C7DB is a medium and vivid hue. Designers often compare it to the standard color Darkturquoise. Its digital footprint relies on 32 parts red, 199 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 85% C, 9% M, 0% Y, and 14% K. The HSL representation is 186.4° hue, 74.5% saturation, and 49.2% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#20C7DB
RGB32, 199, 219
HSL186.4°, 74.5%, 49.2%
CMYK85%, 9%, 0%, 14%
HSV186.4°, 85.4%, 85.9%
LAB73.7, -32.5, -21.3
XYZ33.8, 46.3, 74.2
Decimal2148315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.25:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #20C7DB;
}
.text-color {
color: #20C7DB;
}
.border-color {
border: 2px solid #20C7DB;
}