Shades of Turquoise #32E2B5
Tints of Turquoise #32E2B5
RGB
CMYK
RGB Variations
Color information
#32E2B5 (or 0x32E2B5) is known color: Turquoise. HEX triplet: 32, E2 and B5. RGB value is (50,226,181). Sum of RGB (Red+Green+Blue) = 50+226+181=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #32E2B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E2B5 is #CD1D4A. Grayscale: #A8A8A8. Windows color (decimal): -13442379 or 11919922. OLE color: 11919922.
HSL color Cylindrical-coordinate representation of color #32E2B5: hue angle of 164.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E2B5 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 226 | 181 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.11 |
| HSL | 164.66º | 0.75% | 0.54% | - |
| HSV(B) | 164.66º | 0.78% | 0.89% | - |
| XYZ | 36.85 | 58.41 | 53.05 | - |
| YUV | 168.25 | 135.19 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 226 | 181 | 0.78 | 0 | 0.20 | 0.11 | 164.66 | 0.75 | 0.54 |
| Hex | 32 | E2 | B5 | 4E | 0 | 14 | B | A5 | 4B | 36 |
| Octal | 62 | 342 | 265 | 116 | 0 | 24 | 13 | 245 | 113 | 66 |
| Binary | 110010 | 11100010 | 10110101 | 1001110 | 0 | 10100 | 1011 | 10100101 | 1001011 | 110110 |
Color Harmonies of #32E2B5
Complementary color
Monochromatic Colors of #32E2B5
Black with #32E2B5
Text Example
Text Example
White with #32E2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E2B5; }
p { color: rgb(50,226,181); }
H1.HeaderClassName
{
color: #32E2B5;
}
.AnyTagClassName
{
color: #32E2B5;
}
</style>
background-color css
<style>
a { background-color: #32E2B5; }
a { background-color: rgb(50,226,181); }
div.DivClassName
{
background-color: #32E2B5;
}
.BgClassName
{
background-color: #32E2B5;
}
</style>
border-color css
<style>
span { border-color: #32E2B5; }
span { border-color: rgb(50,226,181); }
td.TdClassName
{
border-color: #32E2B5;
}
.TagClassName
{
border-color: #32E2B5;
}
</style>