Shades of Turquoise #32E7E5
Tints of Turquoise #32E7E5
RGB
CMYK
RGB Variations
Color information
#32E7E5 (or 0x32E7E5) is known color: Turquoise. HEX triplet: 32, E7 and E5. RGB value is (50,231,229). Sum of RGB (Red+Green+Blue) = 50+231+229=510 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.80% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #32E7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E7E5 is #CD181A. Grayscale: #B0B0B0. Windows color (decimal): -13441051 or 15066930. OLE color: 15066930.
HSL color Cylindrical-coordinate representation of color #32E7E5: hue angle of 179.34º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E7E5 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 229 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.09 |
| HSL | 179.34º | 0.79% | 0.55% | - |
| HSV(B) | 179.34º | 0.78% | 0.91% | - |
| XYZ | 44.03 | 63.49 | 84.06 | - |
| YUV | 176.65 | 157.53 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 229 | 0.78 | 0 | 0.01 | 0.09 | 179.34 | 0.79 | 0.55 |
| Hex | 32 | E7 | E5 | 4E | 0 | 1 | 9 | B3 | 4F | 37 |
| Octal | 62 | 347 | 345 | 116 | 0 | 1 | 11 | 263 | 117 | 67 |
| Binary | 110010 | 11100111 | 11100101 | 1001110 | 0 | 1 | 1001 | 10110011 | 1001111 | 110111 |
Color Harmonies of #32E7E5
Complementary color
Monochromatic Colors of #32E7E5
Black with #32E7E5
Text Example
Text Example
White with #32E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E7E5; }
p { color: rgb(50,231,229); }
H1.HeaderClassName
{
color: #32E7E5;
}
.AnyTagClassName
{
color: #32E7E5;
}
</style>
background-color css
<style>
a { background-color: #32E7E5; }
a { background-color: rgb(50,231,229); }
div.DivClassName
{
background-color: #32E7E5;
}
.BgClassName
{
background-color: #32E7E5;
}
</style>
border-color css
<style>
span { border-color: #32E7E5; }
span { border-color: rgb(50,231,229); }
td.TdClassName
{
border-color: #32E7E5;
}
.TagClassName
{
border-color: #32E7E5;
}
</style>