Shades of Turquoise #32ECDA
Tints of Turquoise #32ECDA
RGB
CMYK
RGB Variations
Color information
#32ECDA (or 0x32ECDA) is known color: Turquoise. HEX triplet: 32, EC and DA. RGB value is (50,236,218). Sum of RGB (Red+Green+Blue) = 50+236+218=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #32ECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32ECDA is #CD1325. Grayscale: #B2B2B2. Windows color (decimal): -13439782 or 14347314. OLE color: 14347314.
HSL color Cylindrical-coordinate representation of color #32ECDA: hue angle of 174.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ECDA is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 218 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.07 |
| HSL | 174.19º | 0.83% | 0.56% | - |
| HSV(B) | 174.19º | 0.79% | 0.93% | - |
| XYZ | 43.97 | 65.73 | 76.7 | - |
| YUV | 178.33 | 150.38 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 218 | 0.79 | 0 | 0.08 | 0.07 | 174.19 | 0.83 | 0.56 |
| Hex | 32 | EC | DA | 4F | 0 | 8 | 7 | AE | 53 | 38 |
| Octal | 62 | 354 | 332 | 117 | 0 | 10 | 7 | 256 | 123 | 70 |
| Binary | 110010 | 11101100 | 11011010 | 1001111 | 0 | 1000 | 111 | 10101110 | 1010011 | 111000 |
Color Harmonies of #32ECDA
Complementary color
Monochromatic Colors of #32ECDA
Black with #32ECDA
Text Example
Text Example
White with #32ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ECDA; }
p { color: rgb(50,236,218); }
H1.HeaderClassName
{
color: #32ECDA;
}
.AnyTagClassName
{
color: #32ECDA;
}
</style>
background-color css
<style>
a { background-color: #32ECDA; }
a { background-color: rgb(50,236,218); }
div.DivClassName
{
background-color: #32ECDA;
}
.BgClassName
{
background-color: #32ECDA;
}
</style>
border-color css
<style>
span { border-color: #32ECDA; }
span { border-color: rgb(50,236,218); }
td.TdClassName
{
border-color: #32ECDA;
}
.TagClassName
{
border-color: #32ECDA;
}
</style>