#57CCBD
A medium, moderate cyan closely aligning with Mediumturquoise.
About #57CCBD
At its core, #57CCBD is a medium and moderate hue. It is closely associated with the named CSS color Mediumturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 204, and 189.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 57% cyan and 0% magenta inks. The HSL representation is 172.3° hue, 53.4% saturation, and 57.1% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57CCBD
RGB87, 204, 189
HSL172.3°, 53.4%, 57.1%
CMYK57%, 0%, 7%, 20%
HSV172.3°, 57.4%, 80.0%
LAB75.4, -36.5, -2.5
XYZ34.7, 48.9, 55.8
Decimal5754045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.78:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57CCBD;
}
.text-color {
color: #57CCBD;
}
.border-color {
border: 2px solid #57CCBD;
}