What is the RGB code for deep turquoise?
The CSS color deep turquoise in RGB format is rgb(1, 115, 116). 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: rgb(1, 115, 116);
- Background: background-color: rgb(1, 115, 116);
- Border: border-color: rgb(1, 115, 116);
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 RGB?
Select deep turquoise from the color name list in our color converter. The RGB value — rgb(1, 115, 116) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.