Shades of Dark Turquoise #1FD5CE
Tints of Dark Turquoise #1FD5CE
RGB
CMYK
RGB Variations
Color information
#1FD5CE (or 0x1FD5CE) is known color: Dark Turquoise. HEX triplet: 1F, D5 and CE. RGB value is (31,213,206). Sum of RGB (Red+Green+Blue) = 31+213+206=450 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.89% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD5CE is #E02A31. Grayscale: #9D9D9D. Windows color (decimal): -14690866 or 13554975. OLE color: 13554975.
HSL color Cylindrical-coordinate representation of color #1FD5CE: hue angle of 177.69º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD5CE is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 206 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.16 |
| HSL | 177.69º | 0.75% | 0.48% | - |
| HSV(B) | 177.69º | 0.85% | 0.84% | - |
| XYZ | 35.5 | 52.34 | 66.62 | - |
| YUV | 157.78 | 155.2 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 206 | 0.85 | 0 | 0.03 | 0.16 | 177.69 | 0.75 | 0.48 |
| Hex | 1F | D5 | CE | 55 | 0 | 3 | 10 | B2 | 4B | 30 |
| Octal | 37 | 325 | 316 | 125 | 0 | 3 | 20 | 262 | 113 | 60 |
| Binary | 11111 | 11010101 | 11001110 | 1010101 | 0 | 11 | 10000 | 10110010 | 1001011 | 110000 |
Color Harmonies of #1FD5CE
Complementary color
Monochromatic Colors of #1FD5CE
Black with #1FD5CE
Text Example
Text Example
White with #1FD5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD5CE; }
p { color: rgb(31,213,206); }
H1.HeaderClassName
{
color: #1FD5CE;
}
.AnyTagClassName
{
color: #1FD5CE;
}
</style>
background-color css
<style>
a { background-color: #1FD5CE; }
a { background-color: rgb(31,213,206); }
div.DivClassName
{
background-color: #1FD5CE;
}
.BgClassName
{
background-color: #1FD5CE;
}
</style>
border-color css
<style>
span { border-color: #1FD5CE; }
span { border-color: rgb(31,213,206); }
td.TdClassName
{
border-color: #1FD5CE;
}
.TagClassName
{
border-color: #1FD5CE;
}
</style>