#5FDBE2
A light, moderate cyan closely aligning with Mediumturquoise.
About #5FDBE2
The hex code #5FDBE2 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Mediumturquoise. This translates to an RGB value of rgb(95, 219, 226).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 58% cyan and 3% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FDBE2
RGB95, 219, 226
HSL183.2°, 69.3%, 62.9%
CMYK58%, 3%, 0%, 11%
HSV183.2°, 58.0%, 88.6%
LAB81.1, -32.2, -13.8
XYZ43.8, 58.6, 81.0
Decimal6282210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.72:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDBE2;
}
.text-color {
color: #5FDBE2;
}
.border-color {
border: 2px solid #5FDBE2;
}