#6DDBC5
A light, moderate cyan closely aligning with Mediumaquamarine.
About #6DDBC5
Visually, #6DDBC5 is defined as a moderate cyan. Designers often compare it to the standard color Mediumaquamarine. In the RGB color space, it consists of 109 red, 219 green, and 197 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 50% C, 0% M, 10% Y, and 14% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DDBC5
RGB109, 219, 197
HSL168.0°, 60.4%, 64.3%
CMYK50%, 0%, 10%, 14%
HSV168.0°, 50.2%, 85.9%
LAB80.7, -36.9, 1.1
XYZ41.7, 57.9, 61.8
Decimal7199685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.59:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DDBC5;
}
.text-color {
color: #6DDBC5;
}
.border-color {
border: 2px solid #6DDBC5;
}