Shades of Turquoise #32E4BA
Tints of Turquoise #32E4BA
RGB
CMYK
RGB Variations
Color information
#32E4BA (or 0x32E4BA) is known color: Turquoise. HEX triplet: 32, E4 and BA. RGB value is (50,228,186). Sum of RGB (Red+Green+Blue) = 50+228+186=464 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.78% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #32E4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E4BA is #CD1B45. Grayscale: #A9A9A9. Windows color (decimal): -13441862 or 12248114. OLE color: 12248114.
HSL color Cylindrical-coordinate representation of color #32E4BA: hue angle of 165.84º 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 #32E4BA is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 186 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.11 |
| HSL | 165.84º | 0.77% | 0.55% | - |
| HSV(B) | 165.84º | 0.78% | 0.89% | - |
| XYZ | 37.92 | 59.71 | 55.98 | - |
| YUV | 169.99 | 137.03 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 186 | 0.78 | 0 | 0.18 | 0.11 | 165.84 | 0.77 | 0.55 |
| Hex | 32 | E4 | BA | 4E | 0 | 12 | B | A6 | 4D | 37 |
| Octal | 62 | 344 | 272 | 116 | 0 | 22 | 13 | 246 | 115 | 67 |
| Binary | 110010 | 11100100 | 10111010 | 1001110 | 0 | 10010 | 1011 | 10100110 | 1001101 | 110111 |
Color Harmonies of #32E4BA
Complementary color
Monochromatic Colors of #32E4BA
Black with #32E4BA
Text Example
Text Example
White with #32E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E4BA; }
p { color: rgb(50,228,186); }
H1.HeaderClassName
{
color: #32E4BA;
}
.AnyTagClassName
{
color: #32E4BA;
}
</style>
background-color css
<style>
a { background-color: #32E4BA; }
a { background-color: rgb(50,228,186); }
div.DivClassName
{
background-color: #32E4BA;
}
.BgClassName
{
background-color: #32E4BA;
}
</style>
border-color css
<style>
span { border-color: #32E4BA; }
span { border-color: rgb(50,228,186); }
td.TdClassName
{
border-color: #32E4BA;
}
.TagClassName
{
border-color: #32E4BA;
}
</style>