Shades of Medium Turquoise #32CDCC
Tints of Medium Turquoise #32CDCC
RGB
CMYK
RGB Variations
Color information
#32CDCC (or 0x32CDCC) is known color: Medium Turquoise. HEX triplet: 32, CD and CC. RGB value is (50,205,204). Sum of RGB (Red+Green+Blue) = 50+205+204=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #32CDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDCC is #CD3233. Grayscale: #9E9E9E. Windows color (decimal): -13447732 or 13421874. OLE color: 13421874.
HSL color Cylindrical-coordinate representation of color #32CDCC: hue angle of 179.61º 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 #32CDCC is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
RGB | 50 | 205 | 204 | - |
CMYK | 0.76 | 0 | 0.00 | 0.20 |
HSL | 179.61º | 0.61% | 0.5% | - |
HSV(B) | 179.61º | 0.76% | 0.8% | - |
XYZ | 34.05 | 48.7 | 64.73 | - |
YUV | 158.54 | 153.65 | 50.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 205 | 204 | 0.76 | 0 | 0.00 | 0.20 | 179.61 | 0.61 | 0.5 |
Hex | 32 | CD | CC | 4C | 0 | 0 | 14 | B4 | 3D | 32 |
Octal | 62 | 315 | 314 | 114 | 0 | 0 | 24 | 264 | 75 | 62 |
Binary | 110010 | 11001101 | 11001100 | 1001100 | 0 | 0 | 10100 | 10110100 | 111101 | 110010 |
Color Harmonies of #32CDCC
Complementary color
Monochromatic Colors of #32CDCC
Black with #32CDCC
Text Example
Text Example
White with #32CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CDCC; }
p { color: rgb(50,205,204); }
H1.HeaderClassName
{
color: #32CDCC;
}
.AnyTagClassName
{
color: #32CDCC;
}
</style>
background-color css
<style>
a { background-color: #32CDCC; }
a { background-color: rgb(50,205,204); }
div.DivClassName
{
background-color: #32CDCC;
}
.BgClassName
{
background-color: #32CDCC;
}
</style>
border-color css
<style>
span { border-color: #32CDCC; }
span { border-color: rgb(50,205,204); }
td.TdClassName
{
border-color: #32CDCC;
}
.TagClassName
{
border-color: #32CDCC;
}
</style>