Shades of Turquoise #32E1BD
Tints of Turquoise #32E1BD
RGB
CMYK
RGB Variations
Color information
#32E1BD (or 0x32E1BD) is known color: Turquoise. HEX triplet: 32, E1 and BD. RGB value is (50,225,189). Sum of RGB (Red+Green+Blue) = 50+225+189=464 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.78% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #32E1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E1BD is #CD1E42. Grayscale: #A8A8A8. Windows color (decimal): -13442627 or 12443954. OLE color: 12443954.
HSL color Cylindrical-coordinate representation of color #32E1BD: hue angle of 167.66º 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 #32E1BD is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 189 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.12 |
| HSL | 167.66º | 0.74% | 0.54% | - |
| HSV(B) | 167.66º | 0.78% | 0.88% | - |
| XYZ | 37.43 | 58.2 | 57.41 | - |
| YUV | 168.57 | 139.52 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 189 | 0.78 | 0 | 0.16 | 0.12 | 167.66 | 0.74 | 0.54 |
| Hex | 32 | E1 | BD | 4E | 0 | 10 | C | A8 | 4A | 36 |
| Octal | 62 | 341 | 275 | 116 | 0 | 20 | 14 | 250 | 112 | 66 |
| Binary | 110010 | 11100001 | 10111101 | 1001110 | 0 | 10000 | 1100 | 10101000 | 1001010 | 110110 |
Color Harmonies of #32E1BD
Complementary color
Monochromatic Colors of #32E1BD
Black with #32E1BD
Text Example
Text Example
White with #32E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E1BD; }
p { color: rgb(50,225,189); }
H1.HeaderClassName
{
color: #32E1BD;
}
.AnyTagClassName
{
color: #32E1BD;
}
</style>
background-color css
<style>
a { background-color: #32E1BD; }
a { background-color: rgb(50,225,189); }
div.DivClassName
{
background-color: #32E1BD;
}
.BgClassName
{
background-color: #32E1BD;
}
</style>
border-color css
<style>
span { border-color: #32E1BD; }
span { border-color: rgb(50,225,189); }
td.TdClassName
{
border-color: #32E1BD;
}
.TagClassName
{
border-color: #32E1BD;
}
</style>