Medium Turquoise (Blue)
#60D2AC
RGB: 96, 210, 172
Color OverviewHEX #60D2AC
#60D2AC Color Code Information
In the RGB color space, #60D2AC is composed of 38% red, 82% green, and 67% blue. In the HSL color space, it has a hue of 160°, saturation of 56%, and lightness of 60%.
HEX
#60D2AC
RGB
96, 210, 172
HSL
160°, 56%, 60%
HSV
160°, 54%, 82%
CMYK
54%, 0%, 18%, 18%
Name Match
Medium Turquoise
Closest StandardShades of #60D2AC (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #60D2AC (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #60D2AC (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #60D2AC
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 #60D2AC Background
Contrast Ratio against Pure White (#FFFFFF):1.86 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #60D2AC Background
Contrast Ratio against Pure Black (#000000):11.31 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #60D2AC;
}
.element {
color: #60D2AC;
background-color: #60D2AC;
border-color: #60D2AC;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#60D2AC] text-[#60D2AC] border-[#60D2AC]"> Content styled with #60D2AC </div>