Shades of Medium Turquoise #32CED0
Tints of Medium Turquoise #32CED0
RGB
CMYK
RGB Variations
Color information
#32CED0 (or 0x32CED0) is known color: Medium Turquoise. HEX triplet: 32, CE and D0. RGB value is (50,206,208). Sum of RGB (Red+Green+Blue) = 50+206+208=464 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.78% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #32CED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CED0 is #CD312F. Grayscale: #9F9F9F. Windows color (decimal): -13447472 or 13684274. OLE color: 13684274.
HSL color Cylindrical-coordinate representation of color #32CED0: hue angle of 180.76º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CED0 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 206 | 208 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.18 |
| HSL | 180.76º | 0.63% | 0.51% | - |
| HSV(B) | 180.76º | 0.76% | 0.82% | - |
| XYZ | 34.77 | 49.37 | 67.37 | - |
| YUV | 159.58 | 155.32 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 208 | 0.76 | 0.01 | 0 | 0.18 | 180.76 | 0.63 | 0.51 |
| Hex | 32 | CE | D0 | 4C | 1 | 0 | 12 | B5 | 3F | 33 |
| Octal | 62 | 316 | 320 | 114 | 1 | 0 | 22 | 265 | 77 | 63 |
| Binary | 110010 | 11001110 | 11010000 | 1001100 | 1 | 0 | 10010 | 10110101 | 111111 | 110011 |
Color Harmonies of #32CED0
Complementary color
Monochromatic Colors of #32CED0
Black with #32CED0
Text Example
Text Example
White with #32CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CED0; }
p { color: rgb(50,206,208); }
H1.HeaderClassName
{
color: #32CED0;
}
.AnyTagClassName
{
color: #32CED0;
}
</style>
background-color css
<style>
a { background-color: #32CED0; }
a { background-color: rgb(50,206,208); }
div.DivClassName
{
background-color: #32CED0;
}
.BgClassName
{
background-color: #32CED0;
}
</style>
border-color css
<style>
span { border-color: #32CED0; }
span { border-color: rgb(50,206,208); }
td.TdClassName
{
border-color: #32CED0;
}
.TagClassName
{
border-color: #32CED0;
}
</style>