Shades of Medium Turquoise #32CADB
Tints of Medium Turquoise #32CADB
RGB
CMYK
RGB Variations
Color information
#32CADB (or 0x32CADB) is known color: Medium Turquoise. HEX triplet: 32, CA and DB. RGB value is (50,202,219). Sum of RGB (Red+Green+Blue) = 50+202+219=471 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.62% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #32CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CADB is #CD3524. Grayscale: #9E9E9E. Windows color (decimal): -13448485 or 14404146. OLE color: 14404146.
HSL color Cylindrical-coordinate representation of color #32CADB: hue angle of 186.04º 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 #32CADB is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 202 | 219 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.14 |
| HSL | 186.04º | 0.7% | 0.53% | - |
| HSV(B) | 186.04º | 0.77% | 0.86% | - |
| XYZ | 35.22 | 48.03 | 74.43 | - |
| YUV | 158.49 | 162.14 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 219 | 0.77 | 0.08 | 0 | 0.14 | 186.04 | 0.7 | 0.53 |
| Hex | 32 | CA | DB | 4D | 8 | 0 | E | BA | 46 | 35 |
| Octal | 62 | 312 | 333 | 115 | 10 | 0 | 16 | 272 | 106 | 65 |
| Binary | 110010 | 11001010 | 11011011 | 1001101 | 1000 | 0 | 1110 | 10111010 | 1000110 | 110101 |
Color Harmonies of #32CADB
Complementary color
Monochromatic Colors of #32CADB
Black with #32CADB
Text Example
Text Example
White with #32CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CADB; }
p { color: rgb(50,202,219); }
H1.HeaderClassName
{
color: #32CADB;
}
.AnyTagClassName
{
color: #32CADB;
}
</style>
background-color css
<style>
a { background-color: #32CADB; }
a { background-color: rgb(50,202,219); }
div.DivClassName
{
background-color: #32CADB;
}
.BgClassName
{
background-color: #32CADB;
}
</style>
border-color css
<style>
span { border-color: #32CADB; }
span { border-color: rgb(50,202,219); }
td.TdClassName
{
border-color: #32CADB;
}
.TagClassName
{
border-color: #32CADB;
}
</style>