#75D3DB
A light, moderate cyan closely aligning with Mediumturquoise.
About #75D3DB
Visually, #75D3DB 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 117, 211, and 219.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 47% C, 4% M, 0% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75D3DB
RGB117, 211, 219
HSL184.7°, 58.6%, 65.9%
CMYK47%, 4%, 0%, 14%
HSV184.7°, 46.6%, 85.9%
LAB79.3, -25.8, -12.6
XYZ43.4, 55.5, 75.4
Decimal7721947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.10:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75D3DB;
}
.text-color {
color: #75D3DB;
}
.border-color {
border: 2px solid #75D3DB;
}