Shades of Turquoise #32E0BD
Tints of Turquoise #32E0BD
RGB
CMYK
RGB Variations
Color information
#32E0BD (or 0x32E0BD) is known color: Turquoise. HEX triplet: 32, E0 and BD. RGB value is (50,224,189). Sum of RGB (Red+Green+Blue) = 50+224+189=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #32E0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E0BD is #CD1F42. Grayscale: #A7A7A7. Windows color (decimal): -13442883 or 12443698. OLE color: 12443698.
HSL color Cylindrical-coordinate representation of color #32E0BD: hue angle of 167.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E0BD is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 189 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.12 |
| HSL | 167.93º | 0.74% | 0.54% | - |
| HSV(B) | 167.93º | 0.78% | 0.88% | - |
| XYZ | 37.16 | 57.66 | 57.32 | - |
| YUV | 167.98 | 139.85 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 189 | 0.78 | 0 | 0.16 | 0.12 | 167.93 | 0.74 | 0.54 |
| Hex | 32 | E0 | BD | 4E | 0 | 10 | C | A8 | 4A | 36 |
| Octal | 62 | 340 | 275 | 116 | 0 | 20 | 14 | 250 | 112 | 66 |
| Binary | 110010 | 11100000 | 10111101 | 1001110 | 0 | 10000 | 1100 | 10101000 | 1001010 | 110110 |
Color Harmonies of #32E0BD
Complementary color
Monochromatic Colors of #32E0BD
Black with #32E0BD
Text Example
Text Example
White with #32E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E0BD; }
p { color: rgb(50,224,189); }
H1.HeaderClassName
{
color: #32E0BD;
}
.AnyTagClassName
{
color: #32E0BD;
}
</style>
background-color css
<style>
a { background-color: #32E0BD; }
a { background-color: rgb(50,224,189); }
div.DivClassName
{
background-color: #32E0BD;
}
.BgClassName
{
background-color: #32E0BD;
}
</style>
border-color css
<style>
span { border-color: #32E0BD; }
span { border-color: rgb(50,224,189); }
td.TdClassName
{
border-color: #32E0BD;
}
.TagClassName
{
border-color: #32E0BD;
}
</style>