Shades of Turquoise #32E1EA
Tints of Turquoise #32E1EA
RGB
CMYK
RGB Variations
Color information
#32E1EA (or 0x32E1EA) is known color: Turquoise. HEX triplet: 32, E1 and EA. RGB value is (50,225,234). Sum of RGB (Red+Green+Blue) = 50+225+234=509 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.82% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #32E1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32E1EA is #CD1E15. Grayscale: #ADADAD. Windows color (decimal): -13442582 or 15393074. OLE color: 15393074.
HSL color Cylindrical-coordinate representation of color #32E1EA: hue angle of 182.93º 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 #32E1EA is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 225 | 234 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.08 |
| HSL | 182.93º | 0.81% | 0.56% | - |
| HSV(B) | 182.93º | 0.79% | 0.92% | - |
| XYZ | 43.09 | 60.47 | 87.24 | - |
| YUV | 173.7 | 162.02 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 234 | 0.79 | 0.04 | 0 | 0.08 | 182.93 | 0.81 | 0.56 |
| Hex | 32 | E1 | EA | 4F | 4 | 0 | 8 | B7 | 51 | 38 |
| Octal | 62 | 341 | 352 | 117 | 4 | 0 | 10 | 267 | 121 | 70 |
| Binary | 110010 | 11100001 | 11101010 | 1001111 | 100 | 0 | 1000 | 10110111 | 1010001 | 111000 |
Color Harmonies of #32E1EA
Complementary color
Monochromatic Colors of #32E1EA
Black with #32E1EA
Text Example
Text Example
White with #32E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E1EA; }
p { color: rgb(50,225,234); }
H1.HeaderClassName
{
color: #32E1EA;
}
.AnyTagClassName
{
color: #32E1EA;
}
</style>
background-color css
<style>
a { background-color: #32E1EA; }
a { background-color: rgb(50,225,234); }
div.DivClassName
{
background-color: #32E1EA;
}
.BgClassName
{
background-color: #32E1EA;
}
</style>
border-color css
<style>
span { border-color: #32E1EA; }
span { border-color: rgb(50,225,234); }
td.TdClassName
{
border-color: #32E1EA;
}
.TagClassName
{
border-color: #32E1EA;
}
</style>