#5FC5C5
A medium, moderate cyan closely aligning with Mediumturquoise.
About #5FC5C5
At its core, #5FC5C5 is a medium and moderate hue. Its closest recognized web color is Mediumturquoise. This translates to an RGB value of rgb(95, 197, 197).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 52% cyan, 0% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FC5C5
RGB95, 197, 197
HSL180.0°, 46.8%, 57.3%
CMYK52%, 0%, 0%, 23%
HSV180.0°, 51.8%, 77.3%
LAB73.8, -29.5, -9.1
XYZ34.8, 46.4, 59.9
Decimal6276549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.28:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FC5C5;
}
.text-color {
color: #5FC5C5;
}
.border-color {
border: 2px solid #5FC5C5;
}