Shades of Medium Turquoise #32CEDC
Tints of Medium Turquoise #32CEDC
RGB
CMYK
RGB Variations
Color information
#32CEDC (or 0x32CEDC) is known color: Medium Turquoise. HEX triplet: 32, CE and DC. RGB value is (50,206,220). Sum of RGB (Red+Green+Blue) = 50+206+220=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #32CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEDC is #CD3123. Grayscale: #A0A0A0. Windows color (decimal): -13447460 or 14470706. OLE color: 14470706.
HSL color Cylindrical-coordinate representation of color #32CEDC: hue angle of 184.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CEDC is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 206 | 220 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.14 |
| HSL | 184.94º | 0.71% | 0.53% | - |
| HSV(B) | 184.94º | 0.77% | 0.86% | - |
| XYZ | 36.3 | 49.99 | 75.45 | - |
| YUV | 160.95 | 161.32 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 220 | 0.77 | 0.06 | 0 | 0.14 | 184.94 | 0.71 | 0.53 |
| Hex | 32 | CE | DC | 4D | 6 | 0 | E | B9 | 47 | 35 |
| Octal | 62 | 316 | 334 | 115 | 6 | 0 | 16 | 271 | 107 | 65 |
| Binary | 110010 | 11001110 | 11011100 | 1001101 | 110 | 0 | 1110 | 10111001 | 1000111 | 110101 |
Color Harmonies of #32CEDC
Complementary color
Monochromatic Colors of #32CEDC
Black with #32CEDC
Text Example
Text Example
White with #32CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEDC; }
p { color: rgb(50,206,220); }
H1.HeaderClassName
{
color: #32CEDC;
}
.AnyTagClassName
{
color: #32CEDC;
}
</style>
background-color css
<style>
a { background-color: #32CEDC; }
a { background-color: rgb(50,206,220); }
div.DivClassName
{
background-color: #32CEDC;
}
.BgClassName
{
background-color: #32CEDC;
}
</style>
border-color css
<style>
span { border-color: #32CEDC; }
span { border-color: rgb(50,206,220); }
td.TdClassName
{
border-color: #32CEDC;
}
.TagClassName
{
border-color: #32CEDC;
}
</style>