Shades of Turquoise #1FEAC0
Tints of Turquoise #1FEAC0
RGB
CMYK
RGB Variations
Color information
#1FEAC0 (or 0x1FEAC0) is known color: Turquoise. HEX triplet: 1F, EA and C0. RGB value is (31,234,192). Sum of RGB (Red+Green+Blue) = 31+234+192=457 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.78% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #1FEAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEAC0 is #E0153F. Grayscale: #A8A8A8. Windows color (decimal): -14685504 or 12642847. OLE color: 12642847.
HSL color Cylindrical-coordinate representation of color #1FEAC0: hue angle of 167.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEAC0 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 234 | 192 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.08 |
| HSL | 167.59º | 0.83% | 0.52% | - |
| HSV(B) | 167.59º | 0.87% | 0.92% | - |
| XYZ | 39.5 | 62.94 | 59.94 | - |
| YUV | 168.52 | 141.25 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 234 | 192 | 0.87 | 0 | 0.18 | 0.08 | 167.59 | 0.83 | 0.52 |
| Hex | 1F | EA | C0 | 57 | 0 | 12 | 8 | A8 | 53 | 34 |
| Octal | 37 | 352 | 300 | 127 | 0 | 22 | 10 | 250 | 123 | 64 |
| Binary | 11111 | 11101010 | 11000000 | 1010111 | 0 | 10010 | 1000 | 10101000 | 1010011 | 110100 |
Color Harmonies of #1FEAC0
Complementary color
Monochromatic Colors of #1FEAC0
Black with #1FEAC0
Text Example
Text Example
White with #1FEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEAC0; }
p { color: rgb(31,234,192); }
H1.HeaderClassName
{
color: #1FEAC0;
}
.AnyTagClassName
{
color: #1FEAC0;
}
</style>
background-color css
<style>
a { background-color: #1FEAC0; }
a { background-color: rgb(31,234,192); }
div.DivClassName
{
background-color: #1FEAC0;
}
.BgClassName
{
background-color: #1FEAC0;
}
</style>
border-color css
<style>
span { border-color: #1FEAC0; }
span { border-color: rgb(31,234,192); }
td.TdClassName
{
border-color: #1FEAC0;
}
.TagClassName
{
border-color: #1FEAC0;
}
</style>