Shades of Turquoise #31FEBB
Tints of Turquoise #31FEBB
RGB
CMYK
RGB Variations
Color information
#31FEBB (or 0x31FEBB) is known color: Turquoise. HEX triplet: 31, FE and BB. RGB value is (49,254,187). Sum of RGB (Red+Green+Blue) = 49+254+187=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEBB is #CE0144. Grayscale: #B9B9B9. Windows color (decimal): -13500741 or 12320305. OLE color: 12320305.
HSL color Cylindrical-coordinate representation of color #31FEBB: hue angle of 160.39º 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 #31FEBB is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 187 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.00 |
| HSL | 160.39º | 0.99% | 0.59% | - |
| HSV(B) | 160.39º | 0.81% | 1% | - |
| XYZ | 45.68 | 75.12 | 59.11 | - |
| YUV | 185.07 | 129.08 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 187 | 0.81 | 0 | 0.26 | 0.00 | 160.39 | 0.99 | 0.59 |
| Hex | 31 | FE | BB | 51 | 0 | 1A | 0 | A0 | 63 | 3B |
| Octal | 61 | 376 | 273 | 121 | 0 | 32 | 0 | 240 | 143 | 73 |
| Binary | 110001 | 11111110 | 10111011 | 1010001 | 0 | 11010 | 0 | 10100000 | 1100011 | 111011 |
Color Harmonies of #31FEBB
Complementary color
Monochromatic Colors of #31FEBB
Black with #31FEBB
Text Example
Text Example
White with #31FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEBB; }
p { color: rgb(49,254,187); }
H1.HeaderClassName
{
color: #31FEBB;
}
.AnyTagClassName
{
color: #31FEBB;
}
</style>
background-color css
<style>
a { background-color: #31FEBB; }
a { background-color: rgb(49,254,187); }
div.DivClassName
{
background-color: #31FEBB;
}
.BgClassName
{
background-color: #31FEBB;
}
</style>
border-color css
<style>
span { border-color: #31FEBB; }
span { border-color: rgb(49,254,187); }
td.TdClassName
{
border-color: #31FEBB;
}
.TagClassName
{
border-color: #31FEBB;
}
</style>