Shades of Turquoise #1FECC0
Tints of Turquoise #1FECC0
RGB
CMYK
RGB Variations
Color information
#1FECC0 (or 0x1FECC0) is known color: Turquoise. HEX triplet: 1F, EC and C0. RGB value is (31,236,192). Sum of RGB (Red+Green+Blue) = 31+236+192=459 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.75% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECC0 is #E0133F. Grayscale: #A9A9A9. Windows color (decimal): -14684992 or 12643359. OLE color: 12643359.
HSL color Cylindrical-coordinate representation of color #1FECC0: hue angle of 167.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FECC0 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 192 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.07 |
| HSL | 167.12º | 0.84% | 0.52% | - |
| HSV(B) | 167.12º | 0.87% | 0.93% | - |
| XYZ | 40.07 | 64.09 | 60.13 | - |
| YUV | 169.69 | 140.58 | 29.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 192 | 0.87 | 0 | 0.19 | 0.07 | 167.12 | 0.84 | 0.52 |
| Hex | 1F | EC | C0 | 57 | 0 | 13 | 7 | A7 | 54 | 34 |
| Octal | 37 | 354 | 300 | 127 | 0 | 23 | 7 | 247 | 124 | 64 |
| Binary | 11111 | 11101100 | 11000000 | 1010111 | 0 | 10011 | 111 | 10100111 | 1010100 | 110100 |
Color Harmonies of #1FECC0
Complementary color
Monochromatic Colors of #1FECC0
Black with #1FECC0
Text Example
Text Example
White with #1FECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECC0; }
p { color: rgb(31,236,192); }
H1.HeaderClassName
{
color: #1FECC0;
}
.AnyTagClassName
{
color: #1FECC0;
}
</style>
background-color css
<style>
a { background-color: #1FECC0; }
a { background-color: rgb(31,236,192); }
div.DivClassName
{
background-color: #1FECC0;
}
.BgClassName
{
background-color: #1FECC0;
}
</style>
border-color css
<style>
span { border-color: #1FECC0; }
span { border-color: rgb(31,236,192); }
td.TdClassName
{
border-color: #1FECC0;
}
.TagClassName
{
border-color: #1FECC0;
}
</style>