Shades of Medium Turquoise #32CBDB
Tints of Medium Turquoise #32CBDB
RGB
CMYK
RGB Variations
Color information
#32CBDB (or 0x32CBDB) is known color: Medium Turquoise. HEX triplet: 32, CB and DB. RGB value is (50,203,219). Sum of RGB (Red+Green+Blue) = 50+203+219=472 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.59% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #32CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBDB is #CD3424. Grayscale: #9E9E9E. Windows color (decimal): -13448229 or 14404402. OLE color: 14404402.
HSL color Cylindrical-coordinate representation of color #32CBDB: hue angle of 185.68º 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 #32CBDB is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 203 | 219 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.14 |
| HSL | 185.68º | 0.7% | 0.53% | - |
| HSV(B) | 185.68º | 0.77% | 0.86% | - |
| XYZ | 35.46 | 48.5 | 74.51 | - |
| YUV | 159.08 | 161.81 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 219 | 0.77 | 0.07 | 0 | 0.14 | 185.68 | 0.7 | 0.53 |
| Hex | 32 | CB | DB | 4D | 7 | 0 | E | BA | 46 | 35 |
| Octal | 62 | 313 | 333 | 115 | 7 | 0 | 16 | 272 | 106 | 65 |
| Binary | 110010 | 11001011 | 11011011 | 1001101 | 111 | 0 | 1110 | 10111010 | 1000110 | 110101 |
Color Harmonies of #32CBDB
Complementary color
Monochromatic Colors of #32CBDB
Black with #32CBDB
Text Example
Text Example
White with #32CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBDB; }
p { color: rgb(50,203,219); }
H1.HeaderClassName
{
color: #32CBDB;
}
.AnyTagClassName
{
color: #32CBDB;
}
</style>
background-color css
<style>
a { background-color: #32CBDB; }
a { background-color: rgb(50,203,219); }
div.DivClassName
{
background-color: #32CBDB;
}
.BgClassName
{
background-color: #32CBDB;
}
</style>
border-color css
<style>
span { border-color: #32CBDB; }
span { border-color: rgb(50,203,219); }
td.TdClassName
{
border-color: #32CBDB;
}
.TagClassName
{
border-color: #32CBDB;
}
</style>