Shades of Turquoise #31FEB5
Tints of Turquoise #31FEB5
RGB
CMYK
RGB Variations
Color information
#31FEB5 (or 0x31FEB5) is known color: Turquoise. HEX triplet: 31, FE and B5. RGB value is (49,254,181). Sum of RGB (Red+Green+Blue) = 49+254+181=484 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.12% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEB5 is #CE014A. Grayscale: #B8B8B8. Windows color (decimal): -13500747 or 11927089. OLE color: 11927089.
HSL color Cylindrical-coordinate representation of color #31FEB5: hue angle of 158.63º 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 #31FEB5 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 181 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.00 |
| HSL | 158.63º | 0.99% | 0.59% | - |
| HSV(B) | 158.63º | 0.81% | 1% | - |
| XYZ | 45.05 | 74.87 | 55.79 | - |
| YUV | 184.38 | 126.08 | 31.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 181 | 0.81 | 0 | 0.29 | 0.00 | 158.63 | 0.99 | 0.59 |
| Hex | 31 | FE | B5 | 51 | 0 | 1D | 0 | 9F | 63 | 3B |
| Octal | 61 | 376 | 265 | 121 | 0 | 35 | 0 | 237 | 143 | 73 |
| Binary | 110001 | 11111110 | 10110101 | 1010001 | 0 | 11101 | 0 | 10011111 | 1100011 | 111011 |
Color Harmonies of #31FEB5
Complementary color
Monochromatic Colors of #31FEB5
Black with #31FEB5
Text Example
Text Example
White with #31FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEB5; }
p { color: rgb(49,254,181); }
H1.HeaderClassName
{
color: #31FEB5;
}
.AnyTagClassName
{
color: #31FEB5;
}
</style>
background-color css
<style>
a { background-color: #31FEB5; }
a { background-color: rgb(49,254,181); }
div.DivClassName
{
background-color: #31FEB5;
}
.BgClassName
{
background-color: #31FEB5;
}
</style>
border-color css
<style>
span { border-color: #31FEB5; }
span { border-color: rgb(49,254,181); }
td.TdClassName
{
border-color: #31FEB5;
}
.TagClassName
{
border-color: #31FEB5;
}
</style>