#67C9CD
A light, moderate cyan closely aligning with Mediumturquoise.
About #67C9CD
Visually, #67C9CD is defined as a moderate cyan. It is closely associated with the named CSS color Mediumturquoise. This translates to an RGB value of rgb(103, 201, 205).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 50% cyan and 2% magenta inks. The HSL representation is 182.4° hue, 50.5% saturation, and 60.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#67C9CD
RGB103, 201, 205
HSL182.4°, 50.5%, 60.4%
CMYK50%, 2%, 0%, 20%
HSV182.4°, 49.8%, 80.4%
LAB75.5, -27.6, -10.9
XYZ37.5, 49.1, 65.3
Decimal6801869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.81:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #67C9CD;
}
.text-color {
color: #67C9CD;
}
.border-color {
border: 2px solid #67C9CD;
}