Shades of Turquoise #32E4BD
Tints of Turquoise #32E4BD
RGB
CMYK
RGB Variations
Color information
#32E4BD (or 0x32E4BD) is known color: Turquoise. HEX triplet: 32, E4 and BD. RGB value is (50,228,189). Sum of RGB (Red+Green+Blue) = 50+228+189=467 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.71% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 228 - color contains mainly: green. Hex color #32E4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E4BD is #CD1B42. Grayscale: #AAAAAA. Windows color (decimal): -13441859 or 12444722. OLE color: 12444722.
HSL color Cylindrical-coordinate representation of color #32E4BD: hue angle of 166.85º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E4BD is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 189 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.11 |
| HSL | 166.85º | 0.77% | 0.55% | - |
| HSV(B) | 166.85º | 0.78% | 0.89% | - |
| XYZ | 38.24 | 59.84 | 57.68 | - |
| YUV | 170.33 | 138.53 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 189 | 0.78 | 0 | 0.17 | 0.11 | 166.85 | 0.77 | 0.55 |
| Hex | 32 | E4 | BD | 4E | 0 | 11 | B | A7 | 4D | 37 |
| Octal | 62 | 344 | 275 | 116 | 0 | 21 | 13 | 247 | 115 | 67 |
| Binary | 110010 | 11100100 | 10111101 | 1001110 | 0 | 10001 | 1011 | 10100111 | 1001101 | 110111 |
Color Harmonies of #32E4BD
Complementary color
Monochromatic Colors of #32E4BD
Black with #32E4BD
Text Example
Text Example
White with #32E4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E4BD; }
p { color: rgb(50,228,189); }
H1.HeaderClassName
{
color: #32E4BD;
}
.AnyTagClassName
{
color: #32E4BD;
}
</style>
background-color css
<style>
a { background-color: #32E4BD; }
a { background-color: rgb(50,228,189); }
div.DivClassName
{
background-color: #32E4BD;
}
.BgClassName
{
background-color: #32E4BD;
}
</style>
border-color css
<style>
span { border-color: #32E4BD; }
span { border-color: rgb(50,228,189); }
td.TdClassName
{
border-color: #32E4BD;
}
.TagClassName
{
border-color: #32E4BD;
}
</style>