Shades of Turquoise #31FEBC
Tints of Turquoise #31FEBC
RGB
CMYK
RGB Variations
Color information
#31FEBC (or 0x31FEBC) is known color: Turquoise. HEX triplet: 31, FE and BC. RGB value is (49,254,188). Sum of RGB (Red+Green+Blue) = 49+254+188=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEBC is #CE0143. Grayscale: #B9B9B9. Windows color (decimal): -13500740 or 12385841. OLE color: 12385841.
HSL color Cylindrical-coordinate representation of color #31FEBC: hue angle of 160.68º 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 #31FEBC is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 188 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.00 |
| HSL | 160.68º | 0.99% | 0.59% | - |
| HSV(B) | 160.68º | 0.81% | 1% | - |
| XYZ | 45.79 | 75.17 | 59.67 | - |
| YUV | 185.18 | 129.58 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 188 | 0.81 | 0 | 0.26 | 0.00 | 160.68 | 0.99 | 0.59 |
| Hex | 31 | FE | BC | 51 | 0 | 1A | 0 | A1 | 63 | 3B |
| Octal | 61 | 376 | 274 | 121 | 0 | 32 | 0 | 241 | 143 | 73 |
| Binary | 110001 | 11111110 | 10111100 | 1010001 | 0 | 11010 | 0 | 10100001 | 1100011 | 111011 |
Color Harmonies of #31FEBC
Complementary color
Monochromatic Colors of #31FEBC
Black with #31FEBC
Text Example
Text Example
White with #31FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEBC; }
p { color: rgb(49,254,188); }
H1.HeaderClassName
{
color: #31FEBC;
}
.AnyTagClassName
{
color: #31FEBC;
}
</style>
background-color css
<style>
a { background-color: #31FEBC; }
a { background-color: rgb(49,254,188); }
div.DivClassName
{
background-color: #31FEBC;
}
.BgClassName
{
background-color: #31FEBC;
}
</style>
border-color css
<style>
span { border-color: #31FEBC; }
span { border-color: rgb(49,254,188); }
td.TdClassName
{
border-color: #31FEBC;
}
.TagClassName
{
border-color: #31FEBC;
}
</style>