#57DBDB
A light, moderate cyan closely aligning with Mediumturquoise.
About #57DBDB
The precise color #57DBDB is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumturquoise. This translates to an RGB value of rgb(87, 219, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 60% C, 0% M, 0% Y, and 14% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57DBDB
RGB87, 219, 219
HSL180.0°, 64.7%, 60.0%
CMYK60%, 0%, 0%, 14%
HSV180.0°, 60.3%, 85.9%
LAB80.6, -35.5, -10.8
XYZ42.0, 57.8, 76.0
Decimal5757915
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.56:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57DBDB;
}
.text-color {
color: #57DBDB;
}
.border-color {
border: 2px solid #57DBDB;
}