Shades of Turquoise #32E4BC
Tints of Turquoise #32E4BC
RGB
CMYK
RGB Variations
Color information
#32E4BC (or 0x32E4BC) is known color: Turquoise. HEX triplet: 32, E4 and BC. RGB value is (50,228,188). Sum of RGB (Red+Green+Blue) = 50+228+188=466 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.73% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #32E4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E4BC is #CD1B43. Grayscale: #AAAAAA. Windows color (decimal): -13441860 or 12379186. OLE color: 12379186.
HSL color Cylindrical-coordinate representation of color #32E4BC: hue angle of 166.52º 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 #32E4BC is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 188 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.11 |
| HSL | 166.52º | 0.77% | 0.55% | - |
| HSV(B) | 166.52º | 0.78% | 0.89% | - |
| XYZ | 38.14 | 59.8 | 57.11 | - |
| YUV | 170.22 | 138.03 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 188 | 0.78 | 0 | 0.18 | 0.11 | 166.52 | 0.77 | 0.55 |
| Hex | 32 | E4 | BC | 4E | 0 | 12 | B | A7 | 4D | 37 |
| Octal | 62 | 344 | 274 | 116 | 0 | 22 | 13 | 247 | 115 | 67 |
| Binary | 110010 | 11100100 | 10111100 | 1001110 | 0 | 10010 | 1011 | 10100111 | 1001101 | 110111 |
Color Harmonies of #32E4BC
Complementary color
Monochromatic Colors of #32E4BC
Black with #32E4BC
Text Example
Text Example
White with #32E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E4BC; }
p { color: rgb(50,228,188); }
H1.HeaderClassName
{
color: #32E4BC;
}
.AnyTagClassName
{
color: #32E4BC;
}
</style>
background-color css
<style>
a { background-color: #32E4BC; }
a { background-color: rgb(50,228,188); }
div.DivClassName
{
background-color: #32E4BC;
}
.BgClassName
{
background-color: #32E4BC;
}
</style>
border-color css
<style>
span { border-color: #32E4BC; }
span { border-color: rgb(50,228,188); }
td.TdClassName
{
border-color: #32E4BC;
}
.TagClassName
{
border-color: #32E4BC;
}
</style>