Shades of Turquoise #32EAB5
Tints of Turquoise #32EAB5
RGB
CMYK
RGB Variations
Color information
#32EAB5 (or 0x32EAB5) is known color: Turquoise. HEX triplet: 32, EA and B5. RGB value is (50,234,181). Sum of RGB (Red+Green+Blue) = 50+234+181=465 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.75% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #32EAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EAB5 is #CD154A. Grayscale: #ACACAC. Windows color (decimal): -13440331 or 11921970. OLE color: 11921970.
HSL color Cylindrical-coordinate representation of color #32EAB5: hue angle of 162.72º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EAB5 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 181 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.08 |
| HSL | 162.72º | 0.81% | 0.56% | - |
| HSV(B) | 162.72º | 0.79% | 0.92% | - |
| XYZ | 39.08 | 62.86 | 53.79 | - |
| YUV | 172.94 | 132.54 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 181 | 0.79 | 0 | 0.23 | 0.08 | 162.72 | 0.81 | 0.56 |
| Hex | 32 | EA | B5 | 4F | 0 | 17 | 8 | A3 | 51 | 38 |
| Octal | 62 | 352 | 265 | 117 | 0 | 27 | 10 | 243 | 121 | 70 |
| Binary | 110010 | 11101010 | 10110101 | 1001111 | 0 | 10111 | 1000 | 10100011 | 1010001 | 111000 |
Color Harmonies of #32EAB5
Complementary color
Monochromatic Colors of #32EAB5
Black with #32EAB5
Text Example
Text Example
White with #32EAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAB5; }
p { color: rgb(50,234,181); }
H1.HeaderClassName
{
color: #32EAB5;
}
.AnyTagClassName
{
color: #32EAB5;
}
</style>
background-color css
<style>
a { background-color: #32EAB5; }
a { background-color: rgb(50,234,181); }
div.DivClassName
{
background-color: #32EAB5;
}
.BgClassName
{
background-color: #32EAB5;
}
</style>
border-color css
<style>
span { border-color: #32EAB5; }
span { border-color: rgb(50,234,181); }
td.TdClassName
{
border-color: #32EAB5;
}
.TagClassName
{
border-color: #32EAB5;
}
</style>