Shades of Medium Turquoise #32CCCD
Tints of Medium Turquoise #32CCCD
RGB
CMYK
RGB Variations
Color information
#32CCCD (or 0x32CCCD) is known color: Medium Turquoise. HEX triplet: 32, CC and CD. RGB value is (50,204,205). Sum of RGB (Red+Green+Blue) = 50+204+205=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #32CCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCCD is #CD3332. Grayscale: #9D9D9D. Windows color (decimal): -13447987 or 13487154. OLE color: 13487154.
HSL color Cylindrical-coordinate representation of color #32CCCD: hue angle of 180.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CCCD is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 204 | 205 | - |
| CMYK | 0.76 | 0.00 | 0 | 0.20 |
| HSL | 180.39º | 0.61% | 0.5% | - |
| HSV(B) | 180.39º | 0.76% | 0.8% | - |
| XYZ | 33.93 | 48.27 | 65.29 | - |
| YUV | 158.07 | 154.48 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 205 | 0.76 | 0.00 | 0 | 0.20 | 180.39 | 0.61 | 0.5 |
| Hex | 32 | CC | CD | 4C | 0 | 0 | 14 | B4 | 3D | 32 |
| Octal | 62 | 314 | 315 | 114 | 0 | 0 | 24 | 264 | 75 | 62 |
| Binary | 110010 | 11001100 | 11001101 | 1001100 | 0 | 0 | 10100 | 10110100 | 111101 | 110010 |
Color Harmonies of #32CCCD
Complementary color
Monochromatic Colors of #32CCCD
Black with #32CCCD
Text Example
Text Example
White with #32CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCCD; }
p { color: rgb(50,204,205); }
H1.HeaderClassName
{
color: #32CCCD;
}
.AnyTagClassName
{
color: #32CCCD;
}
</style>
background-color css
<style>
a { background-color: #32CCCD; }
a { background-color: rgb(50,204,205); }
div.DivClassName
{
background-color: #32CCCD;
}
.BgClassName
{
background-color: #32CCCD;
}
</style>
border-color css
<style>
span { border-color: #32CCCD; }
span { border-color: rgb(50,204,205); }
td.TdClassName
{
border-color: #32CCCD;
}
.TagClassName
{
border-color: #32CCCD;
}
</style>