Shades of Turquoise #32E2EB
Tints of Turquoise #32E2EB
RGB
CMYK
RGB Variations
Color information
#32E2EB (or 0x32E2EB) is known color: Turquoise. HEX triplet: 32, E2 and EB. RGB value is (50,226,235). Sum of RGB (Red+Green+Blue) = 50+226+235=511 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.78% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #32E2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32E2EB is #CD1D14. Grayscale: #AEAEAE. Windows color (decimal): -13442325 or 15458866. OLE color: 15458866.
HSL color Cylindrical-coordinate representation of color #32E2EB: hue angle of 182.92º degrees, saturation: 0.82, 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 #32E2EB is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 226 | 235 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.08 |
| HSL | 182.92º | 0.82% | 0.56% | - |
| HSV(B) | 182.92º | 0.79% | 0.92% | - |
| XYZ | 43.51 | 61.07 | 88.09 | - |
| YUV | 174.4 | 162.19 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 226 | 235 | 0.79 | 0.04 | 0 | 0.08 | 182.92 | 0.82 | 0.56 |
| Hex | 32 | E2 | EB | 4F | 4 | 0 | 8 | B7 | 52 | 38 |
| Octal | 62 | 342 | 353 | 117 | 4 | 0 | 10 | 267 | 122 | 70 |
| Binary | 110010 | 11100010 | 11101011 | 1001111 | 100 | 0 | 1000 | 10110111 | 1010010 | 111000 |
Color Harmonies of #32E2EB
Complementary color
Monochromatic Colors of #32E2EB
Black with #32E2EB
Text Example
Text Example
White with #32E2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E2EB; }
p { color: rgb(50,226,235); }
H1.HeaderClassName
{
color: #32E2EB;
}
.AnyTagClassName
{
color: #32E2EB;
}
</style>
background-color css
<style>
a { background-color: #32E2EB; }
a { background-color: rgb(50,226,235); }
div.DivClassName
{
background-color: #32E2EB;
}
.BgClassName
{
background-color: #32E2EB;
}
</style>
border-color css
<style>
span { border-color: #32E2EB; }
span { border-color: rgb(50,226,235); }
td.TdClassName
{
border-color: #32E2EB;
}
.TagClassName
{
border-color: #32E2EB;
}
</style>