#6DDBCC
A light, moderate cyan closely aligning with Mediumturquoise.
About #6DDBCC
The precise color #6DDBCC is an excellent choice for modern design projects. Its closest recognized web color is Mediumturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 219, and 204.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 50% cyan, 0% magenta, 7% yellow, and 14% black. The HSL representation is 171.8° hue, 60.4% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DDBCC
RGB109, 219, 204
HSL171.8°, 60.4%, 64.3%
CMYK50%, 0%, 7%, 14%
HSV171.8°, 50.2%, 85.9%
LAB80.9, -35.2, -2.3
XYZ42.5, 58.3, 66.1
Decimal7199692
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.65:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DDBCC;
}
.text-color {
color: #6DDBCC;
}
.border-color {
border: 2px solid #6DDBCC;
}