Shades of Turquoise #32EAE5
Tints of Turquoise #32EAE5
RGB
CMYK
RGB Variations
Color information
#32EAE5 (or 0x32EAE5) is known color: Turquoise. HEX triplet: 32, EA and E5. RGB value is (50,234,229). Sum of RGB (Red+Green+Blue) = 50+234+229=513 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.75% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #32EAE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EAE5 is #CD151A. Grayscale: #B2B2B2. Windows color (decimal): -13440283 or 15067698. OLE color: 15067698.
HSL color Cylindrical-coordinate representation of color #32EAE5: hue angle of 178.37º 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 #32EAE5 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 229 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.08 |
| HSL | 178.37º | 0.81% | 0.56% | - |
| HSV(B) | 178.37º | 0.79% | 0.92% | - |
| XYZ | 44.88 | 65.18 | 84.34 | - |
| YUV | 178.41 | 156.54 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 229 | 0.79 | 0 | 0.02 | 0.08 | 178.37 | 0.81 | 0.56 |
| Hex | 32 | EA | E5 | 4F | 0 | 2 | 8 | B2 | 51 | 38 |
| Octal | 62 | 352 | 345 | 117 | 0 | 2 | 10 | 262 | 121 | 70 |
| Binary | 110010 | 11101010 | 11100101 | 1001111 | 0 | 10 | 1000 | 10110010 | 1010001 | 111000 |
Color Harmonies of #32EAE5
Complementary color
Monochromatic Colors of #32EAE5
Black with #32EAE5
Text Example
Text Example
White with #32EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAE5; }
p { color: rgb(50,234,229); }
H1.HeaderClassName
{
color: #32EAE5;
}
.AnyTagClassName
{
color: #32EAE5;
}
</style>
background-color css
<style>
a { background-color: #32EAE5; }
a { background-color: rgb(50,234,229); }
div.DivClassName
{
background-color: #32EAE5;
}
.BgClassName
{
background-color: #32EAE5;
}
</style>
border-color css
<style>
span { border-color: #32EAE5; }
span { border-color: rgb(50,234,229); }
td.TdClassName
{
border-color: #32EAE5;
}
.TagClassName
{
border-color: #32EAE5;
}
</style>