#75DBD3
A light, moderate cyan closely aligning with Mediumturquoise.
About #75DBD3
The hex code #75DBD3 represents a beautifully specific shade of cyan. Its closest recognized web color is Mediumturquoise. In the RGB color space, it consists of 117 red, 219 green, and 211 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 47% Cyan, 0% Magenta, 4% Yellow, and 14% Black. 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. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75DBD3
RGB117, 219, 211
HSL175.3°, 58.6%, 65.9%
CMYK47%, 0%, 4%, 14%
HSV175.3°, 46.6%, 85.9%
LAB81.4, -31.7, -5.3
XYZ44.4, 59.1, 70.7
Decimal7723987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.83:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DBD3;
}
.text-color {
color: #75DBD3;
}
.border-color {
border: 2px solid #75DBD3;
}