#5FCCCC
A medium, moderate cyan closely aligning with Mediumturquoise.
About #5FCCCC
When working with digital screens, the color #5FCCCC is rendered by mixing light. Its closest recognized web color is Mediumturquoise. This translates to an RGB value of rgb(95, 204, 204).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 53% cyan and 0% magenta inks. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FCCCC
RGB95, 204, 204
HSL180.0°, 51.7%, 58.6%
CMYK53%, 0%, 0%, 20%
HSV180.0°, 53.4%, 80.0%
LAB76.1, -31.0, -9.5
XYZ37.2, 50.0, 64.8
Decimal6278348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
11.00:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FCCCC;
}
.text-color {
color: #5FCCCC;
}
.border-color {
border: 2px solid #5FCCCC;
}