Shades of Turquoise #32E5BC
Tints of Turquoise #32E5BC
RGB
CMYK
RGB Variations
Color information
#32E5BC (or 0x32E5BC) is known color: Turquoise. HEX triplet: 32, E5 and BC. RGB value is (50,229,188). Sum of RGB (Red+Green+Blue) = 50+229+188=467 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.71% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #32E5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E5BC is #CD1A43. Grayscale: #AAAAAA. Windows color (decimal): -13441604 or 12379442. OLE color: 12379442.
HSL color Cylindrical-coordinate representation of color #32E5BC: hue angle of 166.26º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E5BC is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 229 | 188 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.10 |
| HSL | 166.26º | 0.77% | 0.55% | - |
| HSV(B) | 166.26º | 0.78% | 0.9% | - |
| XYZ | 38.41 | 60.35 | 57.2 | - |
| YUV | 170.81 | 137.7 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 229 | 188 | 0.78 | 0 | 0.18 | 0.10 | 166.26 | 0.77 | 0.55 |
| Hex | 32 | E5 | BC | 4E | 0 | 12 | A | A6 | 4D | 37 |
| Octal | 62 | 345 | 274 | 116 | 0 | 22 | 12 | 246 | 115 | 67 |
| Binary | 110010 | 11100101 | 10111100 | 1001110 | 0 | 10010 | 1010 | 10100110 | 1001101 | 110111 |
Color Harmonies of #32E5BC
Complementary color
Monochromatic Colors of #32E5BC
Black with #32E5BC
Text Example
Text Example
White with #32E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E5BC; }
p { color: rgb(50,229,188); }
H1.HeaderClassName
{
color: #32E5BC;
}
.AnyTagClassName
{
color: #32E5BC;
}
</style>
background-color css
<style>
a { background-color: #32E5BC; }
a { background-color: rgb(50,229,188); }
div.DivClassName
{
background-color: #32E5BC;
}
.BgClassName
{
background-color: #32E5BC;
}
</style>
border-color css
<style>
span { border-color: #32E5BC; }
span { border-color: rgb(50,229,188); }
td.TdClassName
{
border-color: #32E5BC;
}
.TagClassName
{
border-color: #32E5BC;
}
</style>