Shades of Medium Turquoise #32CDBC
Tints of Medium Turquoise #32CDBC
RGB
CMYK
RGB Variations
Color information
#32CDBC (or 0x32CDBC) is known color: Medium Turquoise. HEX triplet: 32, CD and BC. RGB value is (50,205,188). Sum of RGB (Red+Green+Blue) = 50+205+188=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #32CDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDBC is #CD3243. Grayscale: #9C9C9C. Windows color (decimal): -13447748 or 12373298. OLE color: 12373298.
HSL color Cylindrical-coordinate representation of color #32CDBC: hue angle of 173.42º 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 #32CDBC is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 188 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.20 |
| HSL | 173.42º | 0.61% | 0.5% | - |
| HSV(B) | 173.42º | 0.76% | 0.8% | - |
| XYZ | 32.22 | 47.97 | 55.14 | - |
| YUV | 156.72 | 145.65 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 188 | 0.76 | 0 | 0.08 | 0.20 | 173.42 | 0.61 | 0.5 |
| Hex | 32 | CD | BC | 4C | 0 | 8 | 14 | AD | 3D | 32 |
| Octal | 62 | 315 | 274 | 114 | 0 | 10 | 24 | 255 | 75 | 62 |
| Binary | 110010 | 11001101 | 10111100 | 1001100 | 0 | 1000 | 10100 | 10101101 | 111101 | 110010 |
Color Harmonies of #32CDBC
Complementary color
Monochromatic Colors of #32CDBC
Black with #32CDBC
Text Example
Text Example
White with #32CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CDBC; }
p { color: rgb(50,205,188); }
H1.HeaderClassName
{
color: #32CDBC;
}
.AnyTagClassName
{
color: #32CDBC;
}
</style>
background-color css
<style>
a { background-color: #32CDBC; }
a { background-color: rgb(50,205,188); }
div.DivClassName
{
background-color: #32CDBC;
}
.BgClassName
{
background-color: #32CDBC;
}
</style>
border-color css
<style>
span { border-color: #32CDBC; }
span { border-color: rgb(50,205,188); }
td.TdClassName
{
border-color: #32CDBC;
}
.TagClassName
{
border-color: #32CDBC;
}
</style>