Shades of Turquoise #32EAE0
Tints of Turquoise #32EAE0
RGB
CMYK
RGB Variations
Color information
#32EAE0 (or 0x32EAE0) is known color: Turquoise. HEX triplet: 32, EA and E0. RGB value is (50,234,224). Sum of RGB (Red+Green+Blue) = 50+234+224=508 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.84% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #32EAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EAE0 is #CD151F. Grayscale: #B1B1B1. Windows color (decimal): -13440288 or 14740018. OLE color: 14740018.
HSL color Cylindrical-coordinate representation of color #32EAE0: hue angle of 176.74º 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 #32EAE0 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 224 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.08 |
| HSL | 176.74º | 0.81% | 0.56% | - |
| HSV(B) | 176.74º | 0.79% | 0.92% | - |
| XYZ | 44.19 | 64.91 | 80.72 | - |
| YUV | 177.84 | 154.04 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 224 | 0.79 | 0 | 0.04 | 0.08 | 176.74 | 0.81 | 0.56 |
| Hex | 32 | EA | E0 | 4F | 0 | 4 | 8 | B1 | 51 | 38 |
| Octal | 62 | 352 | 340 | 117 | 0 | 4 | 10 | 261 | 121 | 70 |
| Binary | 110010 | 11101010 | 11100000 | 1001111 | 0 | 100 | 1000 | 10110001 | 1010001 | 111000 |
Color Harmonies of #32EAE0
Complementary color
Monochromatic Colors of #32EAE0
Black with #32EAE0
Text Example
Text Example
White with #32EAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAE0; }
p { color: rgb(50,234,224); }
H1.HeaderClassName
{
color: #32EAE0;
}
.AnyTagClassName
{
color: #32EAE0;
}
</style>
background-color css
<style>
a { background-color: #32EAE0; }
a { background-color: rgb(50,234,224); }
div.DivClassName
{
background-color: #32EAE0;
}
.BgClassName
{
background-color: #32EAE0;
}
</style>
border-color css
<style>
span { border-color: #32EAE0; }
span { border-color: rgb(50,234,224); }
td.TdClassName
{
border-color: #32EAE0;
}
.TagClassName
{
border-color: #32EAE0;
}
</style>