Medium Turquoise (Blue)
#6CD3C7
RGB: 108, 211, 199
Color OverviewHEX #6CD3C7
#6CD3C7 Color Code Information
In the RGB color space, #6CD3C7 is composed of 42% red, 83% green, and 78% blue. In the HSL color space, it has a hue of 173°, saturation of 54%, and lightness of 63%.
HEX
#6CD3C7
RGB
108, 211, 199
HSL
173°, 54%, 63%
HSV
173°, 49%, 83%
CMYK
49%, 0%, 6%, 17%
Name Match
Medium Turquoise
Closest StandardShades of #6CD3C7 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #6CD3C7 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #6CD3C7 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #6CD3C7
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #6CD3C7 Background
Contrast Ratio against Pure White (#FFFFFF):1.78 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #6CD3C7 Background
Contrast Ratio against Pure Black (#000000):11.78 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #6CD3C7;
}
.element {
color: #6CD3C7;
background-color: #6CD3C7;
border-color: #6CD3C7;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#6CD3C7] text-[#6CD3C7] border-[#6CD3C7]"> Content styled with #6CD3C7 </div>