What is the HSL code for deep turquoise?
The CSS color deep turquoise in HSL format is hsl(180.5, 98.3%, 22.9%). 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: hsl(180.5, 98.3%, 22.9%);
- Background: background-color: hsl(180.5, 98.3%, 22.9%);
- Border: border-color: hsl(180.5, 98.3%, 22.9%);
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 HSL?
Select deep turquoise from the color name list in our color converter. The HSL value — hsl(180.5, 98.3%, 22.9%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.