What is the HEX code for deep turquoise?
The CSS color deep turquoise in HEX format is #017374. Use this value directly in CSS, SVG, and most design tools.
How do I use deep turquoise in CSS?
To apply deep turquoise in CSS:
- Text color: color: #017374;
- Background: background-color: #017374;
- Border: border-color: #017374;
What are all the color format values for deep turquoise?
| Format | Value |
|---|---|
| HEX | #017374 |
| RGB | rgb(1, 115, 116) |
| HSL | hsl(180.5, 98.3%, 22.9%) |
| CMYK | cmyk(99.1%, 0.9%, 0%, 54.5%) |
How do I convert deep turquoise to HEX?
Select deep turquoise from the color name list in our color converter. The HEX value — #017374 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does deep turquoise belong to?
deep turquoise belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 180.5°, saturation 98.3%, lightness 22.9%.
How do I create lighter and darker shades of deep turquoise?
Lighter variant (lightness 37.9%): #02bec0. Darker variant (lightness 7.899999999999999%): #002828. 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.