Shades of Medium Turquoise #32CCDE
Tints of Medium Turquoise #32CCDE
RGB
CMYK
RGB Variations
Color information
#32CCDE (or 0x32CCDE) is known color: Medium Turquoise. HEX triplet: 32, CC and DE. RGB value is (50,204,222). Sum of RGB (Red+Green+Blue) = 50+204+222=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #32CCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCDE is #CD3321. Grayscale: #9F9F9F. Windows color (decimal): -13447970 or 14601266. OLE color: 14601266.
HSL color Cylindrical-coordinate representation of color #32CCDE: hue angle of 186.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CCDE is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 204 | 222 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.13 |
| HSL | 186.28º | 0.72% | 0.53% | - |
| HSV(B) | 186.28º | 0.77% | 0.87% | - |
| XYZ | 36.09 | 49.14 | 76.69 | - |
| YUV | 160.01 | 162.98 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 222 | 0.77 | 0.08 | 0 | 0.13 | 186.28 | 0.72 | 0.53 |
| Hex | 32 | CC | DE | 4D | 8 | 0 | D | BA | 48 | 35 |
| Octal | 62 | 314 | 336 | 115 | 10 | 0 | 15 | 272 | 110 | 65 |
| Binary | 110010 | 11001100 | 11011110 | 1001101 | 1000 | 0 | 1101 | 10111010 | 1001000 | 110101 |
Color Harmonies of #32CCDE
Complementary color
Monochromatic Colors of #32CCDE
Black with #32CCDE
Text Example
Text Example
White with #32CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCDE; }
p { color: rgb(50,204,222); }
H1.HeaderClassName
{
color: #32CCDE;
}
.AnyTagClassName
{
color: #32CCDE;
}
</style>
background-color css
<style>
a { background-color: #32CCDE; }
a { background-color: rgb(50,204,222); }
div.DivClassName
{
background-color: #32CCDE;
}
.BgClassName
{
background-color: #32CCDE;
}
</style>
border-color css
<style>
span { border-color: #32CCDE; }
span { border-color: rgb(50,204,222); }
td.TdClassName
{
border-color: #32CCDE;
}
.TagClassName
{
border-color: #32CCDE;
}
</style>