Shades of Turquoise #1FDEC7
Tints of Turquoise #1FDEC7
RGB
CMYK
RGB Variations
Color information
#1FDEC7 (or 0x1FDEC7) is known color: Turquoise. HEX triplet: 1F, DE and C7. RGB value is (31,222,199). Sum of RGB (Red+Green+Blue) = 31+222+199=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDEC7 is #E02138. Grayscale: #A2A2A2. Windows color (decimal): -14688569 or 13098527. OLE color: 13098527.
HSL color Cylindrical-coordinate representation of color #1FDEC7: hue angle of 172.77º 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 #1FDEC7 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 222 | 199 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.13 |
| HSL | 172.77º | 0.75% | 0.5% | - |
| HSV(B) | 172.77º | 0.86% | 0.87% | - |
| XYZ | 37 | 56.66 | 63.02 | - |
| YUV | 162.27 | 148.72 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 199 | 0.86 | 0 | 0.10 | 0.13 | 172.77 | 0.75 | 0.5 |
| Hex | 1F | DE | C7 | 56 | 0 | A | D | AD | 4B | 32 |
| Octal | 37 | 336 | 307 | 126 | 0 | 12 | 15 | 255 | 113 | 62 |
| Binary | 11111 | 11011110 | 11000111 | 1010110 | 0 | 1010 | 1101 | 10101101 | 1001011 | 110010 |
Color Harmonies of #1FDEC7
Complementary color
Monochromatic Colors of #1FDEC7
Black with #1FDEC7
Text Example
Text Example
White with #1FDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDEC7; }
p { color: rgb(31,222,199); }
H1.HeaderClassName
{
color: #1FDEC7;
}
.AnyTagClassName
{
color: #1FDEC7;
}
</style>
background-color css
<style>
a { background-color: #1FDEC7; }
a { background-color: rgb(31,222,199); }
div.DivClassName
{
background-color: #1FDEC7;
}
.BgClassName
{
background-color: #1FDEC7;
}
</style>
border-color css
<style>
span { border-color: #1FDEC7; }
span { border-color: rgb(31,222,199); }
td.TdClassName
{
border-color: #1FDEC7;
}
.TagClassName
{
border-color: #1FDEC7;
}
</style>