Shades of Turquoise #32E8DA
Tints of Turquoise #32E8DA
RGB
CMYK
RGB Variations
Color information
#32E8DA (or 0x32E8DA) is known color: Turquoise. HEX triplet: 32, E8 and DA. RGB value is (50,232,218). Sum of RGB (Red+Green+Blue) = 50+232+218=500 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #32E8DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E8DA is #CD1725. Grayscale: #AFAFAF. Windows color (decimal): -13440806 or 14346290. OLE color: 14346290.
HSL color Cylindrical-coordinate representation of color #32E8DA: hue angle of 175.38º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E8DA is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 232 | 218 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.09 |
| HSL | 175.38º | 0.8% | 0.55% | - |
| HSV(B) | 175.38º | 0.78% | 0.91% | - |
| XYZ | 42.83 | 63.45 | 76.32 | - |
| YUV | 175.99 | 151.7 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 232 | 218 | 0.78 | 0 | 0.06 | 0.09 | 175.38 | 0.8 | 0.55 |
| Hex | 32 | E8 | DA | 4E | 0 | 6 | 9 | AF | 50 | 37 |
| Octal | 62 | 350 | 332 | 116 | 0 | 6 | 11 | 257 | 120 | 67 |
| Binary | 110010 | 11101000 | 11011010 | 1001110 | 0 | 110 | 1001 | 10101111 | 1010000 | 110111 |
Color Harmonies of #32E8DA
Complementary color
Monochromatic Colors of #32E8DA
Black with #32E8DA
Text Example
Text Example
White with #32E8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E8DA; }
p { color: rgb(50,232,218); }
H1.HeaderClassName
{
color: #32E8DA;
}
.AnyTagClassName
{
color: #32E8DA;
}
</style>
background-color css
<style>
a { background-color: #32E8DA; }
a { background-color: rgb(50,232,218); }
div.DivClassName
{
background-color: #32E8DA;
}
.BgClassName
{
background-color: #32E8DA;
}
</style>
border-color css
<style>
span { border-color: #32E8DA; }
span { border-color: rgb(50,232,218); }
td.TdClassName
{
border-color: #32E8DA;
}
.TagClassName
{
border-color: #32E8DA;
}
</style>