Shades of Turquoise #31FBC1
Tints of Turquoise #31FBC1
RGB
CMYK
RGB Variations
Color information
#31FBC1 (or 0x31FBC1) is known color: Turquoise. HEX triplet: 31, FB and C1. RGB value is (49,251,193). Sum of RGB (Red+Green+Blue) = 49+251+193=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #31FBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FBC1 is #CE043E. Grayscale: #B8B8B8. Windows color (decimal): -13501503 or 12712753. OLE color: 12712753.
HSL color Cylindrical-coordinate representation of color #31FBC1: hue angle of 162.77º 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 #31FBC1 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 193 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.02 |
| HSL | 162.77º | 0.96% | 0.59% | - |
| HSV(B) | 162.77º | 0.8% | 0.98% | - |
| XYZ | 45.39 | 73.5 | 62.25 | - |
| YUV | 183.99 | 133.08 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 193 | 0.80 | 0 | 0.23 | 0.02 | 162.77 | 0.96 | 0.59 |
| Hex | 31 | FB | C1 | 50 | 0 | 17 | 2 | A3 | 60 | 3B |
| Octal | 61 | 373 | 301 | 120 | 0 | 27 | 2 | 243 | 140 | 73 |
| Binary | 110001 | 11111011 | 11000001 | 1010000 | 0 | 10111 | 10 | 10100011 | 1100000 | 111011 |
Color Harmonies of #31FBC1
Complementary color
Monochromatic Colors of #31FBC1
Black with #31FBC1
Text Example
Text Example
White with #31FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FBC1; }
p { color: rgb(49,251,193); }
H1.HeaderClassName
{
color: #31FBC1;
}
.AnyTagClassName
{
color: #31FBC1;
}
</style>
background-color css
<style>
a { background-color: #31FBC1; }
a { background-color: rgb(49,251,193); }
div.DivClassName
{
background-color: #31FBC1;
}
.BgClassName
{
background-color: #31FBC1;
}
</style>
border-color css
<style>
span { border-color: #31FBC1; }
span { border-color: rgb(49,251,193); }
td.TdClassName
{
border-color: #31FBC1;
}
.TagClassName
{
border-color: #31FBC1;
}
</style>