Shades of Turquoise #32E0DA
Tints of Turquoise #32E0DA
RGB
CMYK
RGB Variations
Color information
#32E0DA (or 0x32E0DA) is known color: Turquoise. HEX triplet: 32, E0 and DA. RGB value is (50,224,218). Sum of RGB (Red+Green+Blue) = 50+224+218=492 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.16% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #32E0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E0DA is #CD1F25. Grayscale: #ABABAB. Windows color (decimal): -13442854 or 14344242. OLE color: 14344242.
HSL color Cylindrical-coordinate representation of color #32E0DA: hue angle of 177.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E0DA is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 218 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.12 |
| HSL | 177.93º | 0.74% | 0.54% | - |
| HSV(B) | 177.93º | 0.78% | 0.88% | - |
| XYZ | 40.63 | 59.05 | 75.59 | - |
| YUV | 171.29 | 154.35 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 218 | 0.78 | 0 | 0.03 | 0.12 | 177.93 | 0.74 | 0.54 |
| Hex | 32 | E0 | DA | 4E | 0 | 3 | C | B2 | 4A | 36 |
| Octal | 62 | 340 | 332 | 116 | 0 | 3 | 14 | 262 | 112 | 66 |
| Binary | 110010 | 11100000 | 11011010 | 1001110 | 0 | 11 | 1100 | 10110010 | 1001010 | 110110 |
Color Harmonies of #32E0DA
Complementary color
Monochromatic Colors of #32E0DA
Black with #32E0DA
Text Example
Text Example
White with #32E0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E0DA; }
p { color: rgb(50,224,218); }
H1.HeaderClassName
{
color: #32E0DA;
}
.AnyTagClassName
{
color: #32E0DA;
}
</style>
background-color css
<style>
a { background-color: #32E0DA; }
a { background-color: rgb(50,224,218); }
div.DivClassName
{
background-color: #32E0DA;
}
.BgClassName
{
background-color: #32E0DA;
}
</style>
border-color css
<style>
span { border-color: #32E0DA; }
span { border-color: rgb(50,224,218); }
td.TdClassName
{
border-color: #32E0DA;
}
.TagClassName
{
border-color: #32E0DA;
}
</style>