Shades of Medium Turquoise #32CCD0
Tints of Medium Turquoise #32CCD0
RGB
CMYK
RGB Variations
Color information
#32CCD0 (or 0x32CCD0) is known color: Medium Turquoise. HEX triplet: 32, CC and D0. RGB value is (50,204,208). Sum of RGB (Red+Green+Blue) = 50+204+208=462 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.82% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #32CCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCD0 is #CD332F. Grayscale: #9E9E9E. Windows color (decimal): -13447984 or 13683762. OLE color: 13683762.
HSL color Cylindrical-coordinate representation of color #32CCD0: hue angle of 181.52º 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 #32CCD0 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 204 | 208 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.18 |
| HSL | 181.52º | 0.63% | 0.51% | - |
| HSV(B) | 181.52º | 0.76% | 0.82% | - |
| XYZ | 34.29 | 48.42 | 67.21 | - |
| YUV | 158.41 | 155.98 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 208 | 0.76 | 0.02 | 0 | 0.18 | 181.52 | 0.63 | 0.51 |
| Hex | 32 | CC | D0 | 4C | 2 | 0 | 12 | B6 | 3F | 33 |
| Octal | 62 | 314 | 320 | 114 | 2 | 0 | 22 | 266 | 77 | 63 |
| Binary | 110010 | 11001100 | 11010000 | 1001100 | 10 | 0 | 10010 | 10110110 | 111111 | 110011 |
Color Harmonies of #32CCD0
Complementary color
Monochromatic Colors of #32CCD0
Black with #32CCD0
Text Example
Text Example
White with #32CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCD0; }
p { color: rgb(50,204,208); }
H1.HeaderClassName
{
color: #32CCD0;
}
.AnyTagClassName
{
color: #32CCD0;
}
</style>
background-color css
<style>
a { background-color: #32CCD0; }
a { background-color: rgb(50,204,208); }
div.DivClassName
{
background-color: #32CCD0;
}
.BgClassName
{
background-color: #32CCD0;
}
</style>
border-color css
<style>
span { border-color: #32CCD0; }
span { border-color: rgb(50,204,208); }
td.TdClassName
{
border-color: #32CCD0;
}
.TagClassName
{
border-color: #32CCD0;
}
</style>