#57D3D3
A medium, moderate cyan closely aligning with Mediumturquoise.
About #57D3D3
At its core, #57D3D3 is a medium and moderate hue. Its closest recognized web color is Mediumturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 211, and 211.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 59% C, 0% M, 0% Y, and 17% K. The HSL representation is 180.0° hue, 58.5% saturation, and 58.4% 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#57D3D3
RGB87, 211, 211
HSL180.0°, 58.5%, 58.4%
CMYK59%, 0%, 0%, 17%
HSV180.0°, 58.8%, 82.7%
LAB78.1, -34.0, -10.3
XYZ39.0, 53.3, 69.9
Decimal5755859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.66:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57D3D3;
}
.text-color {
color: #57D3D3;
}
.border-color {
border: 2px solid #57D3D3;
}