Shades of Medium Turquoise #32CCDB
Tints of Medium Turquoise #32CCDB
RGB
CMYK
RGB Variations
Color information
#32CCDB (or 0x32CCDB) is known color: Medium Turquoise. HEX triplet: 32, CC and DB. RGB value is (50,204,219). Sum of RGB (Red+Green+Blue) = 50+204+219=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #32CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCDB is #CD3324. Grayscale: #9F9F9F. Windows color (decimal): -13447973 or 14404658. OLE color: 14404658.
HSL color Cylindrical-coordinate representation of color #32CCDB: hue angle of 185.33º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CCDB is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 204 | 219 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.14 |
| HSL | 185.33º | 0.7% | 0.53% | - |
| HSV(B) | 185.33º | 0.77% | 0.86% | - |
| XYZ | 35.69 | 48.98 | 74.59 | - |
| YUV | 159.66 | 161.48 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 219 | 0.77 | 0.07 | 0 | 0.14 | 185.33 | 0.7 | 0.53 |
| Hex | 32 | CC | DB | 4D | 7 | 0 | E | B9 | 46 | 35 |
| Octal | 62 | 314 | 333 | 115 | 7 | 0 | 16 | 271 | 106 | 65 |
| Binary | 110010 | 11001100 | 11011011 | 1001101 | 111 | 0 | 1110 | 10111001 | 1000110 | 110101 |
Color Harmonies of #32CCDB
Complementary color
Monochromatic Colors of #32CCDB
Black with #32CCDB
Text Example
Text Example
White with #32CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCDB; }
p { color: rgb(50,204,219); }
H1.HeaderClassName
{
color: #32CCDB;
}
.AnyTagClassName
{
color: #32CCDB;
}
</style>
background-color css
<style>
a { background-color: #32CCDB; }
a { background-color: rgb(50,204,219); }
div.DivClassName
{
background-color: #32CCDB;
}
.BgClassName
{
background-color: #32CCDB;
}
</style>
border-color css
<style>
span { border-color: #32CCDB; }
span { border-color: rgb(50,204,219); }
td.TdClassName
{
border-color: #32CCDB;
}
.TagClassName
{
border-color: #32CCDB;
}
</style>