Shades of Turquoise #32ECED
Tints of Turquoise #32ECED
RGB
CMYK
RGB Variations
Color information
#32ECED (or 0x32ECED) is known color: Turquoise. HEX triplet: 32, EC and ED. RGB value is (50,236,237). Sum of RGB (Red+Green+Blue) = 50+236+237=523 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.56% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #32ECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32ECED is #CD1312. Grayscale: #B4B4B4. Windows color (decimal): -13439763 or 15592498. OLE color: 15592498.
HSL color Cylindrical-coordinate representation of color #32ECED: hue angle of 180.32º degrees, saturation: 0.84, 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 #32ECED is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 237 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.07 |
| HSL | 180.32º | 0.84% | 0.56% | - |
| HSV(B) | 180.32º | 0.79% | 0.93% | - |
| XYZ | 46.6 | 66.78 | 90.56 | - |
| YUV | 180.5 | 159.88 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 237 | 0.79 | 0.00 | 0 | 0.07 | 180.32 | 0.84 | 0.56 |
| Hex | 32 | EC | ED | 4F | 0 | 0 | 7 | B4 | 54 | 38 |
| Octal | 62 | 354 | 355 | 117 | 0 | 0 | 7 | 264 | 124 | 70 |
| Binary | 110010 | 11101100 | 11101101 | 1001111 | 0 | 0 | 111 | 10110100 | 1010100 | 111000 |
Color Harmonies of #32ECED
Complementary color
Monochromatic Colors of #32ECED
Black with #32ECED
Text Example
Text Example
White with #32ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ECED; }
p { color: rgb(50,236,237); }
H1.HeaderClassName
{
color: #32ECED;
}
.AnyTagClassName
{
color: #32ECED;
}
</style>
background-color css
<style>
a { background-color: #32ECED; }
a { background-color: rgb(50,236,237); }
div.DivClassName
{
background-color: #32ECED;
}
.BgClassName
{
background-color: #32ECED;
}
</style>
border-color css
<style>
span { border-color: #32ECED; }
span { border-color: rgb(50,236,237); }
td.TdClassName
{
border-color: #32ECED;
}
.TagClassName
{
border-color: #32ECED;
}
</style>