Shades of Turquoise #32ECEF
Tints of Turquoise #32ECEF
RGB
CMYK
RGB Variations
Color information
#32ECEF (or 0x32ECEF) is known color: Turquoise. HEX triplet: 32, EC and EF. RGB value is (50,236,239). Sum of RGB (Red+Green+Blue) = 50+236+239=525 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.52% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #32ECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32ECEF is #CD1310. Grayscale: #B4B4B4. Windows color (decimal): -13439761 or 15723570. OLE color: 15723570.
HSL color Cylindrical-coordinate representation of color #32ECEF: hue angle of 180.95º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ECEF is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 236 | 239 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.06 |
| HSL | 180.95º | 0.86% | 0.57% | - |
| HSV(B) | 180.95º | 0.79% | 0.94% | - |
| XYZ | 46.89 | 66.9 | 92.1 | - |
| YUV | 180.73 | 160.88 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 239 | 0.79 | 0.01 | 0 | 0.06 | 180.95 | 0.86 | 0.57 |
| Hex | 32 | EC | EF | 4F | 1 | 0 | 6 | B5 | 56 | 39 |
| Octal | 62 | 354 | 357 | 117 | 1 | 0 | 6 | 265 | 126 | 71 |
| Binary | 110010 | 11101100 | 11101111 | 1001111 | 1 | 0 | 110 | 10110101 | 1010110 | 111001 |
Color Harmonies of #32ECEF
Complementary color
Monochromatic Colors of #32ECEF
Black with #32ECEF
Text Example
Text Example
White with #32ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ECEF; }
p { color: rgb(50,236,239); }
H1.HeaderClassName
{
color: #32ECEF;
}
.AnyTagClassName
{
color: #32ECEF;
}
</style>
background-color css
<style>
a { background-color: #32ECEF; }
a { background-color: rgb(50,236,239); }
div.DivClassName
{
background-color: #32ECEF;
}
.BgClassName
{
background-color: #32ECEF;
}
</style>
border-color css
<style>
span { border-color: #32ECEF; }
span { border-color: rgb(50,236,239); }
td.TdClassName
{
border-color: #32ECEF;
}
.TagClassName
{
border-color: #32ECEF;
}
</style>