Shades of Turquoise #32E6CA
Tints of Turquoise #32E6CA
RGB
CMYK
RGB Variations
Color information
#32E6CA (or 0x32E6CA) is known color: Turquoise. HEX triplet: 32, E6 and CA. RGB value is (50,230,202). Sum of RGB (Red+Green+Blue) = 50+230+202=482 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.37% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #32E6CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E6CA is #CD1935. Grayscale: #ACACAC. Windows color (decimal): -13441334 or 13297202. OLE color: 13297202.
HSL color Cylindrical-coordinate representation of color #32E6CA: hue angle of 170.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E6CA is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 202 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.10 |
| HSL | 170.67º | 0.78% | 0.55% | - |
| HSV(B) | 170.67º | 0.78% | 0.9% | - |
| XYZ | 40.27 | 61.54 | 65.63 | - |
| YUV | 172.99 | 144.37 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 202 | 0.78 | 0 | 0.12 | 0.10 | 170.67 | 0.78 | 0.55 |
| Hex | 32 | E6 | CA | 4E | 0 | C | A | AB | 4E | 37 |
| Octal | 62 | 346 | 312 | 116 | 0 | 14 | 12 | 253 | 116 | 67 |
| Binary | 110010 | 11100110 | 11001010 | 1001110 | 0 | 1100 | 1010 | 10101011 | 1001110 | 110111 |
Color Harmonies of #32E6CA
Complementary color
Monochromatic Colors of #32E6CA
Black with #32E6CA
Text Example
Text Example
White with #32E6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E6CA; }
p { color: rgb(50,230,202); }
H1.HeaderClassName
{
color: #32E6CA;
}
.AnyTagClassName
{
color: #32E6CA;
}
</style>
background-color css
<style>
a { background-color: #32E6CA; }
a { background-color: rgb(50,230,202); }
div.DivClassName
{
background-color: #32E6CA;
}
.BgClassName
{
background-color: #32E6CA;
}
</style>
border-color css
<style>
span { border-color: #32E6CA; }
span { border-color: rgb(50,230,202); }
td.TdClassName
{
border-color: #32E6CA;
}
.TagClassName
{
border-color: #32E6CA;
}
</style>