Shades of Turquoise #32E4CA
Tints of Turquoise #32E4CA
RGB
CMYK
RGB Variations
Color information
#32E4CA (or 0x32E4CA) is known color: Turquoise. HEX triplet: 32, E4 and CA. RGB value is (50,228,202). Sum of RGB (Red+Green+Blue) = 50+228+202=480 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.42% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #32E4CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E4CA is #CD1B35. Grayscale: #ABABAB. Windows color (decimal): -13441846 or 13296690. OLE color: 13296690.
HSL color Cylindrical-coordinate representation of color #32E4CA: hue angle of 171.24º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E4CA is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 202 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.11 |
| HSL | 171.24º | 0.77% | 0.55% | - |
| HSV(B) | 171.24º | 0.78% | 0.89% | - |
| XYZ | 39.72 | 60.43 | 65.45 | - |
| YUV | 171.81 | 145.03 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 202 | 0.78 | 0 | 0.11 | 0.11 | 171.24 | 0.77 | 0.55 |
| Hex | 32 | E4 | CA | 4E | 0 | B | B | AB | 4D | 37 |
| Octal | 62 | 344 | 312 | 116 | 0 | 13 | 13 | 253 | 115 | 67 |
| Binary | 110010 | 11100100 | 11001010 | 1001110 | 0 | 1011 | 1011 | 10101011 | 1001101 | 110111 |
Color Harmonies of #32E4CA
Complementary color
Monochromatic Colors of #32E4CA
Black with #32E4CA
Text Example
Text Example
White with #32E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E4CA; }
p { color: rgb(50,228,202); }
H1.HeaderClassName
{
color: #32E4CA;
}
.AnyTagClassName
{
color: #32E4CA;
}
</style>
background-color css
<style>
a { background-color: #32E4CA; }
a { background-color: rgb(50,228,202); }
div.DivClassName
{
background-color: #32E4CA;
}
.BgClassName
{
background-color: #32E4CA;
}
</style>
border-color css
<style>
span { border-color: #32E4CA; }
span { border-color: rgb(50,228,202); }
td.TdClassName
{
border-color: #32E4CA;
}
.TagClassName
{
border-color: #32E4CA;
}
</style>