Shades of Turquoise #32E4DA
Tints of Turquoise #32E4DA
RGB
CMYK
RGB Variations
Color information
#32E4DA (or 0x32E4DA) is known color: Turquoise. HEX triplet: 32, E4 and DA. RGB value is (50,228,218). Sum of RGB (Red+Green+Blue) = 50+228+218=496 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.08% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #32E4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E4DA is #CD1B25. Grayscale: #ADADAD. Windows color (decimal): -13441830 or 14345266. OLE color: 14345266.
HSL color Cylindrical-coordinate representation of color #32E4DA: hue angle of 176.63º 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 #32E4DA is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 218 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.11 |
| HSL | 176.63º | 0.77% | 0.55% | - |
| HSV(B) | 176.63º | 0.78% | 0.89% | - |
| XYZ | 41.71 | 61.23 | 75.95 | - |
| YUV | 173.64 | 153.03 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 218 | 0.78 | 0 | 0.04 | 0.11 | 176.63 | 0.77 | 0.55 |
| Hex | 32 | E4 | DA | 4E | 0 | 4 | B | B1 | 4D | 37 |
| Octal | 62 | 344 | 332 | 116 | 0 | 4 | 13 | 261 | 115 | 67 |
| Binary | 110010 | 11100100 | 11011010 | 1001110 | 0 | 100 | 1011 | 10110001 | 1001101 | 110111 |
Color Harmonies of #32E4DA
Complementary color
Monochromatic Colors of #32E4DA
Black with #32E4DA
Text Example
Text Example
White with #32E4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E4DA; }
p { color: rgb(50,228,218); }
H1.HeaderClassName
{
color: #32E4DA;
}
.AnyTagClassName
{
color: #32E4DA;
}
</style>
background-color css
<style>
a { background-color: #32E4DA; }
a { background-color: rgb(50,228,218); }
div.DivClassName
{
background-color: #32E4DA;
}
.BgClassName
{
background-color: #32E4DA;
}
</style>
border-color css
<style>
span { border-color: #32E4DA; }
span { border-color: rgb(50,228,218); }
td.TdClassName
{
border-color: #32E4DA;
}
.TagClassName
{
border-color: #32E4DA;
}
</style>