Shades of Turquoise #31FEB0
Tints of Turquoise #31FEB0
RGB
CMYK
RGB Variations
Color information
#31FEB0 (or 0x31FEB0) is known color: Turquoise. HEX triplet: 31, FE and B0. RGB value is (49,254,176). Sum of RGB (Red+Green+Blue) = 49+254+176=479 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.23% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FEB0 is #CE014F. Grayscale: #B7B7B7. Windows color (decimal): -13500752 or 11599409. OLE color: 11599409.
HSL color Cylindrical-coordinate representation of color #31FEB0: hue angle of 157.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FEB0 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 176 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.00 |
| HSL | 157.17º | 0.99% | 0.59% | - |
| HSV(B) | 157.17º | 0.81% | 1% | - |
| XYZ | 44.54 | 74.67 | 53.14 | - |
| YUV | 183.81 | 123.58 | 31.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 176 | 0.81 | 0 | 0.31 | 0.00 | 157.17 | 0.99 | 0.59 |
| Hex | 31 | FE | B0 | 51 | 0 | 1F | 0 | 9D | 63 | 3B |
| Octal | 61 | 376 | 260 | 121 | 0 | 37 | 0 | 235 | 143 | 73 |
| Binary | 110001 | 11111110 | 10110000 | 1010001 | 0 | 11111 | 0 | 10011101 | 1100011 | 111011 |
Color Harmonies of #31FEB0
Complementary color
Monochromatic Colors of #31FEB0
Black with #31FEB0
Text Example
Text Example
White with #31FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEB0; }
p { color: rgb(49,254,176); }
H1.HeaderClassName
{
color: #31FEB0;
}
.AnyTagClassName
{
color: #31FEB0;
}
</style>
background-color css
<style>
a { background-color: #31FEB0; }
a { background-color: rgb(49,254,176); }
div.DivClassName
{
background-color: #31FEB0;
}
.BgClassName
{
background-color: #31FEB0;
}
</style>
border-color css
<style>
span { border-color: #31FEB0; }
span { border-color: rgb(49,254,176); }
td.TdClassName
{
border-color: #31FEB0;
}
.TagClassName
{
border-color: #31FEB0;
}
</style>