Shades of Turquoise #32FFB1
Tints of Turquoise #32FFB1
RGB
CMYK
RGB Variations
Color information
#32FFB1 (or 0x32FFB1) is known color: Turquoise. HEX triplet: 32, FF and B1. RGB value is (50,255,177). Sum of RGB (Red+Green+Blue) = 50+255+177=482 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.37% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FFB1 is #CD004E. Grayscale: #B8B8B8. Windows color (decimal): -13434959 or 11665202. OLE color: 11665202.
HSL color Cylindrical-coordinate representation of color #32FFB1: hue angle of 157.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFB1 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 177 | - |
| CMYK | 0.80 | 0 | 0.31 | 0 |
| HSL | 157.17º | 1% | 0.6% | - |
| HSV(B) | 157.17º | 0.8% | 1% | - |
| XYZ | 45.01 | 75.37 | 53.77 | - |
| YUV | 184.81 | 123.58 | 31.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 177 | 0.80 | 0 | 0.31 | 0 | 157.17 | 1 | 0.6 |
| Hex | 32 | FF | B1 | 50 | 0 | 1F | 0 | 9D | 64 | 3C |
| Octal | 62 | 377 | 261 | 120 | 0 | 37 | 0 | 235 | 144 | 74 |
| Binary | 110010 | 11111111 | 10110001 | 1010000 | 0 | 11111 | 0 | 10011101 | 1100100 | 111100 |
Color Harmonies of #32FFB1
Complementary color
Monochromatic Colors of #32FFB1
Black with #32FFB1
Text Example
Text Example
White with #32FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFB1; }
p { color: rgb(50,255,177); }
H1.HeaderClassName
{
color: #32FFB1;
}
.AnyTagClassName
{
color: #32FFB1;
}
</style>
background-color css
<style>
a { background-color: #32FFB1; }
a { background-color: rgb(50,255,177); }
div.DivClassName
{
background-color: #32FFB1;
}
.BgClassName
{
background-color: #32FFB1;
}
</style>
border-color css
<style>
span { border-color: #32FFB1; }
span { border-color: rgb(50,255,177); }
td.TdClassName
{
border-color: #32FFB1;
}
.TagClassName
{
border-color: #32FFB1;
}
</style>