Shades of Dark Turquoise #1FC9DC
Tints of Dark Turquoise #1FC9DC
RGB
CMYK
RGB Variations
Color information
#1FC9DC (or 0x1FC9DC) is known color: Dark Turquoise. HEX triplet: 1F, C9 and DC. RGB value is (31,201,220). Sum of RGB (Red+Green+Blue) = 31+201+220=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FC9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC9DC is #E03623. Grayscale: #989898. Windows color (decimal): -14693924 or 14469407. OLE color: 14469407.
HSL color Cylindrical-coordinate representation of color #1FC9DC: hue angle of 186.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC9DC is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 201 | 220 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.14 |
| HSL | 186.03º | 0.75% | 0.49% | - |
| HSV(B) | 186.03º | 0.86% | 0.86% | - |
| XYZ | 34.37 | 47.23 | 75.02 | - |
| YUV | 152.34 | 166.18 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 220 | 0.86 | 0.09 | 0 | 0.14 | 186.03 | 0.75 | 0.49 |
| Hex | 1F | C9 | DC | 56 | 9 | 0 | E | BA | 4B | 31 |
| Octal | 37 | 311 | 334 | 126 | 11 | 0 | 16 | 272 | 113 | 61 |
| Binary | 11111 | 11001001 | 11011100 | 1010110 | 1001 | 0 | 1110 | 10111010 | 1001011 | 110001 |
Color Harmonies of #1FC9DC
Complementary color
Monochromatic Colors of #1FC9DC
Black with #1FC9DC
Text Example
Text Example
White with #1FC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC9DC; }
p { color: rgb(31,201,220); }
H1.HeaderClassName
{
color: #1FC9DC;
}
.AnyTagClassName
{
color: #1FC9DC;
}
</style>
background-color css
<style>
a { background-color: #1FC9DC; }
a { background-color: rgb(31,201,220); }
div.DivClassName
{
background-color: #1FC9DC;
}
.BgClassName
{
background-color: #1FC9DC;
}
</style>
border-color css
<style>
span { border-color: #1FC9DC; }
span { border-color: rgb(31,201,220); }
td.TdClassName
{
border-color: #1FC9DC;
}
.TagClassName
{
border-color: #1FC9DC;
}
</style>