Shades of Turquoise #31FFB2
Tints of Turquoise #31FFB2
RGB
CMYK
RGB Variations
Color information
#31FFB2 (or 0x31FFB2) is known color: Turquoise. HEX triplet: 31, FF and B2. RGB value is (49,255,178). Sum of RGB (Red+Green+Blue) = 49+255+178=482 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.17% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FFB2 is #CE004D. Grayscale: #B8B8B8. Windows color (decimal): -13500494 or 11730737. OLE color: 11730737.
HSL color Cylindrical-coordinate representation of color #31FFB2: hue angle of 157.57º 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 #31FFB2 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 178 | - |
| CMYK | 0.81 | 0 | 0.30 | 0 |
| HSL | 157.57º | 1% | 0.6% | - |
| HSV(B) | 157.57º | 0.81% | 1% | - |
| XYZ | 45.06 | 75.39 | 54.3 | - |
| YUV | 184.63 | 124.25 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 178 | 0.81 | 0 | 0.30 | 0 | 157.57 | 1 | 0.6 |
| Hex | 31 | FF | B2 | 51 | 0 | 1E | 0 | 9E | 64 | 3C |
| Octal | 61 | 377 | 262 | 121 | 0 | 36 | 0 | 236 | 144 | 74 |
| Binary | 110001 | 11111111 | 10110010 | 1010001 | 0 | 11110 | 0 | 10011110 | 1100100 | 111100 |
Color Harmonies of #31FFB2
Complementary color
Monochromatic Colors of #31FFB2
Black with #31FFB2
Text Example
Text Example
White with #31FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFB2; }
p { color: rgb(49,255,178); }
H1.HeaderClassName
{
color: #31FFB2;
}
.AnyTagClassName
{
color: #31FFB2;
}
</style>
background-color css
<style>
a { background-color: #31FFB2; }
a { background-color: rgb(49,255,178); }
div.DivClassName
{
background-color: #31FFB2;
}
.BgClassName
{
background-color: #31FFB2;
}
</style>
border-color css
<style>
span { border-color: #31FFB2; }
span { border-color: rgb(49,255,178); }
td.TdClassName
{
border-color: #31FFB2;
}
.TagClassName
{
border-color: #31FFB2;
}
</style>