Shades of Dark Turquoise #1FCFDF
Tints of Dark Turquoise #1FCFDF
RGB
CMYK
RGB Variations
Color information
#1FCFDF (or 0x1FCFDF) is known color: Dark Turquoise. HEX triplet: 1F, CF and DF. RGB value is (31,207,223). Sum of RGB (Red+Green+Blue) = 31+207+223=461 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.72% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FCFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCFDF is #E03020. Grayscale: #9B9B9B. Windows color (decimal): -14692385 or 14667551. OLE color: 14667551.
HSL color Cylindrical-coordinate representation of color #1FCFDF: hue angle of 185º degrees, saturation: 0.76, 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 #1FCFDF is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 207 | 223 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.13 |
| HSL | 185º | 0.76% | 0.5% | - |
| HSV(B) | 185º | 0.86% | 0.87% | - |
| XYZ | 36.2 | 50.24 | 77.6 | - |
| YUV | 156.2 | 165.69 | 38.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 223 | 0.86 | 0.07 | 0 | 0.13 | 185 | 0.76 | 0.5 |
| Hex | 1F | CF | DF | 56 | 7 | 0 | D | B9 | 4C | 32 |
| Octal | 37 | 317 | 337 | 126 | 7 | 0 | 15 | 271 | 114 | 62 |
| Binary | 11111 | 11001111 | 11011111 | 1010110 | 111 | 0 | 1101 | 10111001 | 1001100 | 110010 |
Color Harmonies of #1FCFDF
Complementary color
Monochromatic Colors of #1FCFDF
Black with #1FCFDF
Text Example
Text Example
White with #1FCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCFDF; }
p { color: rgb(31,207,223); }
H1.HeaderClassName
{
color: #1FCFDF;
}
.AnyTagClassName
{
color: #1FCFDF;
}
</style>
background-color css
<style>
a { background-color: #1FCFDF; }
a { background-color: rgb(31,207,223); }
div.DivClassName
{
background-color: #1FCFDF;
}
.BgClassName
{
background-color: #1FCFDF;
}
</style>
border-color css
<style>
span { border-color: #1FCFDF; }
span { border-color: rgb(31,207,223); }
td.TdClassName
{
border-color: #1FCFDF;
}
.TagClassName
{
border-color: #1FCFDF;
}
</style>