What is the HEX code for dark turquoise?
The CSS color dark turquoise in HEX format is #045c5a. Use this value directly in CSS, SVG, and most design tools.
How do I use dark turquoise in CSS?
To apply dark turquoise in CSS:
- Text color: color: #045c5a;
- Background: background-color: #045c5a;
- Border: border-color: #045c5a;
What are all the color format values for dark turquoise?
| Format | Value |
|---|---|
| HEX | #045c5a |
| RGB | rgb(4, 92, 90) |
| HSL | hsl(178.6, 91.7%, 18.8%) |
| CMYK | cmyk(95.7%, 0%, 2.2%, 63.9%) |
How do I convert dark turquoise to HEX?
Select dark turquoise from the color name list in our color converter. The HEX value — #045c5a — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark turquoise belong to?
dark turquoise belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 178.6°, saturation 91.7%, lightness 18.8%.
How do I create lighter and darker shades of dark turquoise?
Lighter variant (lightness 33.8%): #07a5a2. Darker variant (lightness 5%): #011818. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.