Shades of Turquoise #31FFB5
Tints of Turquoise #31FFB5
RGB
CMYK
RGB Variations
Color information
#31FFB5 (or 0x31FFB5) is known color: Turquoise. HEX triplet: 31, FF and B5. RGB value is (49,255,181). Sum of RGB (Red+Green+Blue) = 49+255+181=485 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.10% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFB5 is #CE004A. Grayscale: #B9B9B9. Windows color (decimal): -13500491 or 11927345. OLE color: 11927345.
HSL color Cylindrical-coordinate representation of color #31FFB5: hue angle of 158.45º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FFB5 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 181 | - |
| CMYK | 0.81 | 0 | 0.29 | 0 |
| HSL | 158.45º | 1% | 0.6% | - |
| HSV(B) | 158.45º | 0.81% | 1% | - |
| XYZ | 45.37 | 75.51 | 55.9 | - |
| YUV | 184.97 | 125.75 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 181 | 0.81 | 0 | 0.29 | 0 | 158.45 | 1 | 0.6 |
| Hex | 31 | FF | B5 | 51 | 0 | 1D | 0 | 9E | 64 | 3C |
| Octal | 61 | 377 | 265 | 121 | 0 | 35 | 0 | 236 | 144 | 74 |
| Binary | 110001 | 11111111 | 10110101 | 1010001 | 0 | 11101 | 0 | 10011110 | 1100100 | 111100 |
Color Harmonies of #31FFB5
Complementary color
Monochromatic Colors of #31FFB5
Black with #31FFB5
Text Example
Text Example
White with #31FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFB5; }
p { color: rgb(49,255,181); }
H1.HeaderClassName
{
color: #31FFB5;
}
.AnyTagClassName
{
color: #31FFB5;
}
</style>
background-color css
<style>
a { background-color: #31FFB5; }
a { background-color: rgb(49,255,181); }
div.DivClassName
{
background-color: #31FFB5;
}
.BgClassName
{
background-color: #31FFB5;
}
</style>
border-color css
<style>
span { border-color: #31FFB5; }
span { border-color: rgb(49,255,181); }
td.TdClassName
{
border-color: #31FFB5;
}
.TagClassName
{
border-color: #31FFB5;
}
</style>