Shades of Dark Turquoise #1FC9DE
Tints of Dark Turquoise #1FC9DE
RGB
CMYK
RGB Variations
Color information
#1FC9DE (or 0x1FC9DE) is known color: Dark Turquoise. HEX triplet: 1F, C9 and DE. RGB value is (31,201,222). Sum of RGB (Red+Green+Blue) = 31+201+222=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #1FC9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC9DE is #E03621. Grayscale: #989898. Windows color (decimal): -14693922 or 14600479. OLE color: 14600479.
HSL color Cylindrical-coordinate representation of color #1FC9DE: hue angle of 186.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC9DE is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 201 | 222 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.13 |
| HSL | 186.6º | 0.75% | 0.5% | - |
| HSV(B) | 186.6º | 0.86% | 0.87% | - |
| XYZ | 34.64 | 47.34 | 76.42 | - |
| YUV | 152.56 | 167.18 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 222 | 0.86 | 0.09 | 0 | 0.13 | 186.6 | 0.75 | 0.5 |
| Hex | 1F | C9 | DE | 56 | 9 | 0 | D | BB | 4B | 32 |
| Octal | 37 | 311 | 336 | 126 | 11 | 0 | 15 | 273 | 113 | 62 |
| Binary | 11111 | 11001001 | 11011110 | 1010110 | 1001 | 0 | 1101 | 10111011 | 1001011 | 110010 |
Color Harmonies of #1FC9DE
Complementary color
Monochromatic Colors of #1FC9DE
Black with #1FC9DE
Text Example
Text Example
White with #1FC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC9DE; }
p { color: rgb(31,201,222); }
H1.HeaderClassName
{
color: #1FC9DE;
}
.AnyTagClassName
{
color: #1FC9DE;
}
</style>
background-color css
<style>
a { background-color: #1FC9DE; }
a { background-color: rgb(31,201,222); }
div.DivClassName
{
background-color: #1FC9DE;
}
.BgClassName
{
background-color: #1FC9DE;
}
</style>
border-color css
<style>
span { border-color: #1FC9DE; }
span { border-color: rgb(31,201,222); }
td.TdClassName
{
border-color: #1FC9DE;
}
.TagClassName
{
border-color: #1FC9DE;
}
</style>