#5FC5B6
A medium, moderate cyan closely aligning with Mediumturquoise.
About #5FC5B6
Visually, #5FC5B6 is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Mediumturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 197, and 182.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 52% C, 0% M, 8% Y, and 23% K. The HSL representation is 171.2° hue, 46.8% saturation, and 57.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#5FC5B6
RGB95, 197, 182
HSL171.2°, 46.8%, 57.3%
CMYK52%, 0%, 8%, 23%
HSV171.2°, 51.8%, 77.3%
LAB73.4, -33.4, -1.6
XYZ33.1, 45.7, 51.3
Decimal6276534
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.15:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FC5B6;
}
.text-color {
color: #5FC5B6;
}
.border-color {
border: 2px solid #5FC5B6;
}