#57CCDB
A light, moderate cyan closely aligning with Darkturquoise.
About #57CCDB
At its core, #57CCDB is a light and moderate hue. It is closely associated with the named CSS color Darkturquoise. Its digital footprint relies on 87 parts red, 204 parts green, and 219 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 60% cyan, 7% magenta, 0% yellow, and 14% black. The HSL representation is 186.8° hue, 64.7% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57CCDB
RGB87, 204, 219
HSL186.8°, 64.7%, 60.0%
CMYK60%, 7%, 0%, 14%
HSV186.8°, 60.3%, 85.9%
LAB76.3, -28.4, -17.3
XYZ38.3, 50.3, 74.7
Decimal5754075
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.07:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57CCDB;
}
.text-color {
color: #57CCDB;
}
.border-color {
border: 2px solid #57CCDB;
}