#75DBE2
A light, moderate cyan closely aligning with Mediumturquoise.
About #75DBE2
When working with digital screens, the color #75DBE2 is rendered by mixing light. Its closest recognized web color is Mediumturquoise. This translates to an RGB value of rgb(117, 219, 226).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 48% cyan and 3% magenta inks. The HSL representation is 183.9° hue, 65.3% saturation, and 67.3% lightness.
When using this color as a background, text legibility must be considered. 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#75DBE2
RGB117, 219, 226
HSL183.9°, 65.3%, 67.3%
CMYK48%, 3%, 0%, 11%
HSV183.9°, 48.2%, 88.6%
LAB81.8, -27.9, -12.6
XYZ46.4, 59.9, 81.1
Decimal7724002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.99:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DBE2;
}
.text-color {
color: #75DBE2;
}
.border-color {
border: 2px solid #75DBE2;
}