Shades of Turquoise #32E8EA
Tints of Turquoise #32E8EA
RGB
CMYK
RGB Variations
Color information
#32E8EA (or 0x32E8EA) is known color: Turquoise. HEX triplet: 32, E8 and EA. RGB value is (50,232,234). Sum of RGB (Red+Green+Blue) = 50+232+234=516 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.69% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #32E8EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32E8EA is #CD1715. Grayscale: #B1B1B1. Windows color (decimal): -13440790 or 15394866. OLE color: 15394866.
HSL color Cylindrical-coordinate representation of color #32E8EA: hue angle of 180.65º 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 #32E8EA is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 232 | 234 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.08 |
| HSL | 180.65º | 0.81% | 0.56% | - |
| HSV(B) | 180.65º | 0.79% | 0.92% | - |
| XYZ | 45.02 | 64.33 | 87.89 | - |
| YUV | 177.81 | 159.7 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 232 | 234 | 0.79 | 0.01 | 0 | 0.08 | 180.65 | 0.81 | 0.56 |
| Hex | 32 | E8 | EA | 4F | 1 | 0 | 8 | B5 | 51 | 38 |
| Octal | 62 | 350 | 352 | 117 | 1 | 0 | 10 | 265 | 121 | 70 |
| Binary | 110010 | 11101000 | 11101010 | 1001111 | 1 | 0 | 1000 | 10110101 | 1010001 | 111000 |
Color Harmonies of #32E8EA
Complementary color
Monochromatic Colors of #32E8EA
Black with #32E8EA
Text Example
Text Example
White with #32E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E8EA; }
p { color: rgb(50,232,234); }
H1.HeaderClassName
{
color: #32E8EA;
}
.AnyTagClassName
{
color: #32E8EA;
}
</style>
background-color css
<style>
a { background-color: #32E8EA; }
a { background-color: rgb(50,232,234); }
div.DivClassName
{
background-color: #32E8EA;
}
.BgClassName
{
background-color: #32E8EA;
}
</style>
border-color css
<style>
span { border-color: #32E8EA; }
span { border-color: rgb(50,232,234); }
td.TdClassName
{
border-color: #32E8EA;
}
.TagClassName
{
border-color: #32E8EA;
}
</style>