Dark Turquoise (Blue)
#06D4DB
RGB: 6, 212, 219
Color OverviewHEX #06D4DB

#06D4DB Color Code Information

In the RGB color space, #06D4DB is composed of 2% red, 83% green, and 86% blue. In the HSL color space, it has a hue of 182°, saturation of 95%, and lightness of 44%.

HEX
#06D4DB
RGB
6, 212, 219
HSL
182°, 95%, 44%
HSV
182°, 97%, 86%
CMYK
97%, 3%, 0%, 14%
Name Match
Dark Turquoise
Closest Standard

Shades of #06D4DB (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #06D4DB (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #06D4DB (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #06D4DB

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #06D4DB Background
Contrast Ratio against Pure White (#FFFFFF):1.83 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #06D4DB Background
Contrast Ratio against Pure Black (#000000):11.45 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #06D4DB;
}

.element {
  color: #06D4DB;
  background-color: #06D4DB;
  border-color: #06D4DB;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#06D4DB] text-[#06D4DB] border-[#06D4DB]">
  Content styled with #06D4DB
</div>