Shades of Dark Turquoise #1FCFDE
Tints of Dark Turquoise #1FCFDE
RGB
CMYK
RGB Variations
Color information
#1FCFDE (or 0x1FCFDE) is known color: Dark Turquoise. HEX triplet: 1F, CF and DE. RGB value is (31,207,222). Sum of RGB (Red+Green+Blue) = 31+207+222=460 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.74% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #1FCFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCFDE is #E03021. Grayscale: #9B9B9B. Windows color (decimal): -14692386 or 14602015. OLE color: 14602015.
HSL color Cylindrical-coordinate representation of color #1FCFDE: hue angle of 184.71º 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 #1FCFDE is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 207 | 222 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.13 |
| HSL | 184.71º | 0.75% | 0.5% | - |
| HSV(B) | 184.71º | 0.86% | 0.87% | - |
| XYZ | 36.06 | 50.19 | 76.89 | - |
| YUV | 156.09 | 165.19 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 222 | 0.86 | 0.07 | 0 | 0.13 | 184.71 | 0.75 | 0.5 |
| Hex | 1F | CF | DE | 56 | 7 | 0 | D | B9 | 4B | 32 |
| Octal | 37 | 317 | 336 | 126 | 7 | 0 | 15 | 271 | 113 | 62 |
| Binary | 11111 | 11001111 | 11011110 | 1010110 | 111 | 0 | 1101 | 10111001 | 1001011 | 110010 |
Color Harmonies of #1FCFDE
Complementary color
Monochromatic Colors of #1FCFDE
Black with #1FCFDE
Text Example
Text Example
White with #1FCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCFDE; }
p { color: rgb(31,207,222); }
H1.HeaderClassName
{
color: #1FCFDE;
}
.AnyTagClassName
{
color: #1FCFDE;
}
</style>
background-color css
<style>
a { background-color: #1FCFDE; }
a { background-color: rgb(31,207,222); }
div.DivClassName
{
background-color: #1FCFDE;
}
.BgClassName
{
background-color: #1FCFDE;
}
</style>
border-color css
<style>
span { border-color: #1FCFDE; }
span { border-color: rgb(31,207,222); }
td.TdClassName
{
border-color: #1FCFDE;
}
.TagClassName
{
border-color: #1FCFDE;
}
</style>