Shades of Turquoise #31FBC0
Tints of Turquoise #31FBC0
RGB
CMYK
RGB Variations
Color information
#31FBC0 (or 0x31FBC0) is known color: Turquoise. HEX triplet: 31, FB and C0. RGB value is (49,251,192). Sum of RGB (Red+Green+Blue) = 49+251+192=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #31FBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FBC0 is #CE043F. Grayscale: #B7B7B7. Windows color (decimal): -13501504 or 12647217. OLE color: 12647217.
HSL color Cylindrical-coordinate representation of color #31FBC0: hue angle of 162.48º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FBC0 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 192 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.02 |
| HSL | 162.48º | 0.96% | 0.59% | - |
| HSV(B) | 162.48º | 0.8% | 0.98% | - |
| XYZ | 45.28 | 73.45 | 61.66 | - |
| YUV | 183.88 | 132.58 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 192 | 0.80 | 0 | 0.24 | 0.02 | 162.48 | 0.96 | 0.59 |
| Hex | 31 | FB | C0 | 50 | 0 | 18 | 2 | A2 | 60 | 3B |
| Octal | 61 | 373 | 300 | 120 | 0 | 30 | 2 | 242 | 140 | 73 |
| Binary | 110001 | 11111011 | 11000000 | 1010000 | 0 | 11000 | 10 | 10100010 | 1100000 | 111011 |
Color Harmonies of #31FBC0
Complementary color
Monochromatic Colors of #31FBC0
Black with #31FBC0
Text Example
Text Example
White with #31FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FBC0; }
p { color: rgb(49,251,192); }
H1.HeaderClassName
{
color: #31FBC0;
}
.AnyTagClassName
{
color: #31FBC0;
}
</style>
background-color css
<style>
a { background-color: #31FBC0; }
a { background-color: rgb(49,251,192); }
div.DivClassName
{
background-color: #31FBC0;
}
.BgClassName
{
background-color: #31FBC0;
}
</style>
border-color css
<style>
span { border-color: #31FBC0; }
span { border-color: rgb(49,251,192); }
td.TdClassName
{
border-color: #31FBC0;
}
.TagClassName
{
border-color: #31FBC0;
}
</style>