Shades of Turquoise #32EAEC
Tints of Turquoise #32EAEC
RGB
CMYK
RGB Variations
Color information
#32EAEC (or 0x32EAEC) is known color: Turquoise. HEX triplet: 32, EA and EC. RGB value is (50,234,236). Sum of RGB (Red+Green+Blue) = 50+234+236=520 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.62% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #32EAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EAEC is #CD1513. Grayscale: #B3B3B3. Windows color (decimal): -13440276 or 15526450. OLE color: 15526450.
HSL color Cylindrical-coordinate representation of color #32EAEC: hue angle of 180.65º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EAEC is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 234 | 236 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.07 |
| HSL | 180.65º | 0.83% | 0.56% | - |
| HSV(B) | 180.65º | 0.79% | 0.93% | - |
| XYZ | 45.88 | 65.58 | 89.6 | - |
| YUV | 179.21 | 160.04 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 236 | 0.79 | 0.01 | 0 | 0.07 | 180.65 | 0.83 | 0.56 |
| Hex | 32 | EA | EC | 4F | 1 | 0 | 7 | B5 | 53 | 38 |
| Octal | 62 | 352 | 354 | 117 | 1 | 0 | 7 | 265 | 123 | 70 |
| Binary | 110010 | 11101010 | 11101100 | 1001111 | 1 | 0 | 111 | 10110101 | 1010011 | 111000 |
Color Harmonies of #32EAEC
Complementary color
Monochromatic Colors of #32EAEC
Black with #32EAEC
Text Example
Text Example
White with #32EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAEC; }
p { color: rgb(50,234,236); }
H1.HeaderClassName
{
color: #32EAEC;
}
.AnyTagClassName
{
color: #32EAEC;
}
</style>
background-color css
<style>
a { background-color: #32EAEC; }
a { background-color: rgb(50,234,236); }
div.DivClassName
{
background-color: #32EAEC;
}
.BgClassName
{
background-color: #32EAEC;
}
</style>
border-color css
<style>
span { border-color: #32EAEC; }
span { border-color: rgb(50,234,236); }
td.TdClassName
{
border-color: #32EAEC;
}
.TagClassName
{
border-color: #32EAEC;
}
</style>