Shades of Turquoise #32FEB0
Tints of Turquoise #32FEB0
RGB
CMYK
RGB Variations
Color information
#32FEB0 (or 0x32FEB0) is known color: Turquoise. HEX triplet: 32, FE and B0. RGB value is (50,254,176). Sum of RGB (Red+Green+Blue) = 50+254+176=480 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.42% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FEB0 is #CD014F. Grayscale: #B8B8B8. Windows color (decimal): -13435216 or 11599410. OLE color: 11599410.
HSL color Cylindrical-coordinate representation of color #32FEB0: hue angle of 157.06º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FEB0 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 176 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.00 |
| HSL | 157.06º | 0.99% | 0.6% | - |
| HSV(B) | 157.06º | 0.8% | 1% | - |
| XYZ | 44.59 | 74.7 | 53.14 | - |
| YUV | 184.11 | 123.41 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 176 | 0.80 | 0 | 0.31 | 0.00 | 157.06 | 0.99 | 0.6 |
| Hex | 32 | FE | B0 | 50 | 0 | 1F | 0 | 9D | 63 | 3C |
| Octal | 62 | 376 | 260 | 120 | 0 | 37 | 0 | 235 | 143 | 74 |
| Binary | 110010 | 11111110 | 10110000 | 1010000 | 0 | 11111 | 0 | 10011101 | 1100011 | 111100 |
Color Harmonies of #32FEB0
Complementary color
Monochromatic Colors of #32FEB0
Black with #32FEB0
Text Example
Text Example
White with #32FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEB0; }
p { color: rgb(50,254,176); }
H1.HeaderClassName
{
color: #32FEB0;
}
.AnyTagClassName
{
color: #32FEB0;
}
</style>
background-color css
<style>
a { background-color: #32FEB0; }
a { background-color: rgb(50,254,176); }
div.DivClassName
{
background-color: #32FEB0;
}
.BgClassName
{
background-color: #32FEB0;
}
</style>
border-color css
<style>
span { border-color: #32FEB0; }
span { border-color: rgb(50,254,176); }
td.TdClassName
{
border-color: #32FEB0;
}
.TagClassName
{
border-color: #32FEB0;
}
</style>