Shades of Turquoise #31FCBC
Tints of Turquoise #31FCBC
RGB
CMYK
RGB Variations
Color information
#31FCBC (or 0x31FCBC) is known color: Turquoise. HEX triplet: 31, FC and BC. RGB value is (49,252,188). Sum of RGB (Red+Green+Blue) = 49+252+188=489 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.02% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FCBC is #CE0343. Grayscale: #B8B8B8. Windows color (decimal): -13501252 or 12385329. OLE color: 12385329.
HSL color Cylindrical-coordinate representation of color #31FCBC: hue angle of 161.08º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FCBC is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 188 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.01 |
| HSL | 161.08º | 0.97% | 0.59% | - |
| HSV(B) | 161.08º | 0.81% | 0.99% | - |
| XYZ | 45.15 | 73.9 | 59.46 | - |
| YUV | 184.01 | 130.25 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 188 | 0.81 | 0 | 0.25 | 0.01 | 161.08 | 0.97 | 0.59 |
| Hex | 31 | FC | BC | 51 | 0 | 19 | 1 | A1 | 61 | 3B |
| Octal | 61 | 374 | 274 | 121 | 0 | 31 | 1 | 241 | 141 | 73 |
| Binary | 110001 | 11111100 | 10111100 | 1010001 | 0 | 11001 | 1 | 10100001 | 1100001 | 111011 |
Color Harmonies of #31FCBC
Complementary color
Monochromatic Colors of #31FCBC
Black with #31FCBC
Text Example
Text Example
White with #31FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FCBC; }
p { color: rgb(49,252,188); }
H1.HeaderClassName
{
color: #31FCBC;
}
.AnyTagClassName
{
color: #31FCBC;
}
</style>
background-color css
<style>
a { background-color: #31FCBC; }
a { background-color: rgb(49,252,188); }
div.DivClassName
{
background-color: #31FCBC;
}
.BgClassName
{
background-color: #31FCBC;
}
</style>
border-color css
<style>
span { border-color: #31FCBC; }
span { border-color: rgb(49,252,188); }
td.TdClassName
{
border-color: #31FCBC;
}
.TagClassName
{
border-color: #31FCBC;
}
</style>