Shades of Medium Turquoise #32CDCE
Tints of Medium Turquoise #32CDCE
RGB
CMYK
RGB Variations
Color information
#32CDCE (or 0x32CDCE) is known color: Medium Turquoise. HEX triplet: 32, CD and CE. RGB value is (50,205,206). Sum of RGB (Red+Green+Blue) = 50+205+206=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #32CDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDCE is #CD3231. Grayscale: #9E9E9E. Windows color (decimal): -13447730 or 13552946. OLE color: 13552946.
HSL color Cylindrical-coordinate representation of color #32CDCE: hue angle of 180.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CDCE is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 205 | 206 | - |
| CMYK | 0.76 | 0.00 | 0 | 0.19 |
| HSL | 180.38º | 0.61% | 0.5% | - |
| HSV(B) | 180.38º | 0.76% | 0.81% | - |
| XYZ | 34.29 | 48.8 | 66 | - |
| YUV | 158.77 | 154.65 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 206 | 0.76 | 0.00 | 0 | 0.19 | 180.38 | 0.61 | 0.5 |
| Hex | 32 | CD | CE | 4C | 0 | 0 | 13 | B4 | 3D | 32 |
| Octal | 62 | 315 | 316 | 114 | 0 | 0 | 23 | 264 | 75 | 62 |
| Binary | 110010 | 11001101 | 11001110 | 1001100 | 0 | 0 | 10011 | 10110100 | 111101 | 110010 |
Color Harmonies of #32CDCE
Complementary color
Monochromatic Colors of #32CDCE
Black with #32CDCE
Text Example
Text Example
White with #32CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CDCE; }
p { color: rgb(50,205,206); }
H1.HeaderClassName
{
color: #32CDCE;
}
.AnyTagClassName
{
color: #32CDCE;
}
</style>
background-color css
<style>
a { background-color: #32CDCE; }
a { background-color: rgb(50,205,206); }
div.DivClassName
{
background-color: #32CDCE;
}
.BgClassName
{
background-color: #32CDCE;
}
</style>
border-color css
<style>
span { border-color: #32CDCE; }
span { border-color: rgb(50,205,206); }
td.TdClassName
{
border-color: #32CDCE;
}
.TagClassName
{
border-color: #32CDCE;
}
</style>