Shades of Medium Turquoise #32CCCC
Tints of Medium Turquoise #32CCCC
RGB
CMYK
RGB Variations
Color information
#32CCCC (or 0x32CCCC) is known color: Medium Turquoise. HEX triplet: 32, CC and CC. RGB value is (50,204,204). Sum of RGB (Red+Green+Blue) = 50+204+204=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #32CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCCC is #CD3333. Grayscale: #9D9D9D. Windows color (decimal): -13447988 or 13421618. OLE color: 13421618.
HSL color Cylindrical-coordinate representation of color #32CCCC: hue angle of 180º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CCCC is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 204 | - |
| CMYK | 0.75 | 0 | 0 | 0.2 |
| HSL | 180º | 0.61% | 0.5% | - |
| HSV(B) | 180º | 0.75% | 0.8% | - |
| XYZ | 33.81 | 48.22 | 64.65 | - |
| YUV | 157.95 | 153.98 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 204 | 0.75 | 0 | 0 | 0.2 | 180 | 0.61 | 0.5 |
| Hex | 32 | CC | CC | 4B | 0 | 0 | 14 | B4 | 3D | 32 |
| Octal | 62 | 314 | 314 | 113 | 0 | 0 | 24 | 264 | 75 | 62 |
| Binary | 110010 | 11001100 | 11001100 | 1001011 | 0 | 0 | 10100 | 10110100 | 111101 | 110010 |
Color Harmonies of #32CCCC
Complementary color
Monochromatic Colors of #32CCCC
Black with #32CCCC
Text Example
Text Example
White with #32CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCCC; }
p { color: rgb(50,204,204); }
H1.HeaderClassName
{
color: #32CCCC;
}
.AnyTagClassName
{
color: #32CCCC;
}
</style>
background-color css
<style>
a { background-color: #32CCCC; }
a { background-color: rgb(50,204,204); }
div.DivClassName
{
background-color: #32CCCC;
}
.BgClassName
{
background-color: #32CCCC;
}
</style>
border-color css
<style>
span { border-color: #32CCCC; }
span { border-color: rgb(50,204,204); }
td.TdClassName
{
border-color: #32CCCC;
}
.TagClassName
{
border-color: #32CCCC;
}
</style>