Shades of Turquoise #31FEB8
Tints of Turquoise #31FEB8
RGB
CMYK
RGB Variations
Color information
#31FEB8 (or 0x31FEB8) is known color: Turquoise. HEX triplet: 31, FE and B8. RGB value is (49,254,184). Sum of RGB (Red+Green+Blue) = 49+254+184=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEB8 is #CE0147. Grayscale: #B8B8B8. Windows color (decimal): -13500744 or 12123697. OLE color: 12123697.
HSL color Cylindrical-coordinate representation of color #31FEB8: hue angle of 159.51º 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 #31FEB8 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 184 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.00 |
| HSL | 159.51º | 0.99% | 0.59% | - |
| HSV(B) | 159.51º | 0.81% | 1% | - |
| XYZ | 45.36 | 75 | 57.43 | - |
| YUV | 184.73 | 127.58 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 184 | 0.81 | 0 | 0.28 | 0.00 | 159.51 | 0.99 | 0.59 |
| Hex | 31 | FE | B8 | 51 | 0 | 1C | 0 | A0 | 63 | 3B |
| Octal | 61 | 376 | 270 | 121 | 0 | 34 | 0 | 240 | 143 | 73 |
| Binary | 110001 | 11111110 | 10111000 | 1010001 | 0 | 11100 | 0 | 10100000 | 1100011 | 111011 |
Color Harmonies of #31FEB8
Complementary color
Monochromatic Colors of #31FEB8
Black with #31FEB8
Text Example
Text Example
White with #31FEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEB8; }
p { color: rgb(49,254,184); }
H1.HeaderClassName
{
color: #31FEB8;
}
.AnyTagClassName
{
color: #31FEB8;
}
</style>
background-color css
<style>
a { background-color: #31FEB8; }
a { background-color: rgb(49,254,184); }
div.DivClassName
{
background-color: #31FEB8;
}
.BgClassName
{
background-color: #31FEB8;
}
</style>
border-color css
<style>
span { border-color: #31FEB8; }
span { border-color: rgb(49,254,184); }
td.TdClassName
{
border-color: #31FEB8;
}
.TagClassName
{
border-color: #31FEB8;
}
</style>