#57E9E9
A light, vivid cyan closely aligning with Mediumturquoise.
About #57E9E9
At its core, #57E9E9 is a light and vivid hue. Designers often compare it to the standard color Mediumturquoise. This translates to an RGB value of rgb(87, 233, 233).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 63% C, 0% M, 0% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57E9E9
RGB87, 233, 233
HSL180.0°, 76.8%, 62.7%
CMYK63%, 0%, 0%, 9%
HSV180.0°, 62.7%, 91.4%
LAB85.1, -38.2, -11.5
XYZ47.8, 66.2, 87.3
Decimal5761513
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.24:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57E9E9;
}
.text-color {
color: #57E9E9;
}
.border-color {
border: 2px solid #57E9E9;
}