Shades of Turquoise #32E9BD
Tints of Turquoise #32E9BD
RGB
CMYK
RGB Variations
Color information
#32E9BD (or 0x32E9BD) is known color: Turquoise. HEX triplet: 32, E9 and BD. RGB value is (50,233,189). Sum of RGB (Red+Green+Blue) = 50+233+189=472 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.59% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #32E9BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E9BD is #CD1642. Grayscale: #ADADAD. Windows color (decimal): -13440579 or 12446002. OLE color: 12446002.
HSL color Cylindrical-coordinate representation of color #32E9BD: hue angle of 165.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E9BD is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 233 | 189 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.09 |
| HSL | 165.57º | 0.81% | 0.55% | - |
| HSV(B) | 165.57º | 0.79% | 0.91% | - |
| XYZ | 39.64 | 62.63 | 58.14 | - |
| YUV | 173.27 | 136.87 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 233 | 189 | 0.79 | 0 | 0.19 | 0.09 | 165.57 | 0.81 | 0.55 |
| Hex | 32 | E9 | BD | 4F | 0 | 13 | 9 | A6 | 51 | 37 |
| Octal | 62 | 351 | 275 | 117 | 0 | 23 | 11 | 246 | 121 | 67 |
| Binary | 110010 | 11101001 | 10111101 | 1001111 | 0 | 10011 | 1001 | 10100110 | 1010001 | 110111 |
Color Harmonies of #32E9BD
Complementary color
Monochromatic Colors of #32E9BD
Black with #32E9BD
Text Example
Text Example
White with #32E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E9BD; }
p { color: rgb(50,233,189); }
H1.HeaderClassName
{
color: #32E9BD;
}
.AnyTagClassName
{
color: #32E9BD;
}
</style>
background-color css
<style>
a { background-color: #32E9BD; }
a { background-color: rgb(50,233,189); }
div.DivClassName
{
background-color: #32E9BD;
}
.BgClassName
{
background-color: #32E9BD;
}
</style>
border-color css
<style>
span { border-color: #32E9BD; }
span { border-color: rgb(50,233,189); }
td.TdClassName
{
border-color: #32E9BD;
}
.TagClassName
{
border-color: #32E9BD;
}
</style>