Shades of Turquoise #32DCEC
Tints of Turquoise #32DCEC
RGB
CMYK
RGB Variations
Color information
#32DCEC (or 0x32DCEC) is known color: Turquoise. HEX triplet: 32, DC and EC. RGB value is (50,220,236). Sum of RGB (Red+Green+Blue) = 50+220+236=506 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.88% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #32DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DCEC is #CD2313. Grayscale: #AAAAAA. Windows color (decimal): -13443860 or 15522866. OLE color: 15522866.
HSL color Cylindrical-coordinate representation of color #32DCEC: hue angle of 185.16º 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 #32DCEC is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 220 | 236 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.07 |
| HSL | 185.16º | 0.83% | 0.56% | - |
| HSV(B) | 185.16º | 0.79% | 0.93% | - |
| XYZ | 42.05 | 57.92 | 88.32 | - |
| YUV | 170.99 | 164.68 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 236 | 0.79 | 0.07 | 0 | 0.07 | 185.16 | 0.83 | 0.56 |
| Hex | 32 | DC | EC | 4F | 7 | 0 | 7 | B9 | 53 | 38 |
| Octal | 62 | 334 | 354 | 117 | 7 | 0 | 7 | 271 | 123 | 70 |
| Binary | 110010 | 11011100 | 11101100 | 1001111 | 111 | 0 | 111 | 10111001 | 1010011 | 111000 |
Color Harmonies of #32DCEC
Complementary color
Monochromatic Colors of #32DCEC
Black with #32DCEC
Text Example
Text Example
White with #32DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCEC; }
p { color: rgb(50,220,236); }
H1.HeaderClassName
{
color: #32DCEC;
}
.AnyTagClassName
{
color: #32DCEC;
}
</style>
background-color css
<style>
a { background-color: #32DCEC; }
a { background-color: rgb(50,220,236); }
div.DivClassName
{
background-color: #32DCEC;
}
.BgClassName
{
background-color: #32DCEC;
}
</style>
border-color css
<style>
span { border-color: #32DCEC; }
span { border-color: rgb(50,220,236); }
td.TdClassName
{
border-color: #32DCEC;
}
.TagClassName
{
border-color: #32DCEC;
}
</style>