Shades of Turquoise #1FDEC0
Tints of Turquoise #1FDEC0
RGB
CMYK
RGB Variations
Color information
#1FDEC0 (or 0x1FDEC0) is known color: Turquoise. HEX triplet: 1F, DE and C0. RGB value is (31,222,192). Sum of RGB (Red+Green+Blue) = 31+222+192=445 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.97% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDEC0 is #E0213F. Grayscale: #A1A1A1. Windows color (decimal): -14688576 or 12639775. OLE color: 12639775.
HSL color Cylindrical-coordinate representation of color #1FDEC0: hue angle of 170.58º 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 #1FDEC0 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 222 | 192 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.13 |
| HSL | 170.58º | 0.75% | 0.5% | - |
| HSV(B) | 170.58º | 0.86% | 0.87% | - |
| XYZ | 36.2 | 56.34 | 58.84 | - |
| YUV | 161.47 | 145.22 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 192 | 0.86 | 0 | 0.14 | 0.13 | 170.58 | 0.75 | 0.5 |
| Hex | 1F | DE | C0 | 56 | 0 | E | D | AB | 4B | 32 |
| Octal | 37 | 336 | 300 | 126 | 0 | 16 | 15 | 253 | 113 | 62 |
| Binary | 11111 | 11011110 | 11000000 | 1010110 | 0 | 1110 | 1101 | 10101011 | 1001011 | 110010 |
Color Harmonies of #1FDEC0
Complementary color
Monochromatic Colors of #1FDEC0
Black with #1FDEC0
Text Example
Text Example
White with #1FDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDEC0; }
p { color: rgb(31,222,192); }
H1.HeaderClassName
{
color: #1FDEC0;
}
.AnyTagClassName
{
color: #1FDEC0;
}
</style>
background-color css
<style>
a { background-color: #1FDEC0; }
a { background-color: rgb(31,222,192); }
div.DivClassName
{
background-color: #1FDEC0;
}
.BgClassName
{
background-color: #1FDEC0;
}
</style>
border-color css
<style>
span { border-color: #1FDEC0; }
span { border-color: rgb(31,222,192); }
td.TdClassName
{
border-color: #1FDEC0;
}
.TagClassName
{
border-color: #1FDEC0;
}
</style>