Shades of Turquoise #32DBDB
Tints of Turquoise #32DBDB
RGB
CMYK
RGB Variations
Color information
#32DBDB (or 0x32DBDB) is known color: Turquoise. HEX triplet: 32, DB and DB. RGB value is (50,219,219). Sum of RGB (Red+Green+Blue) = 50+219+219=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #32DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DBDB is #CD2424. Grayscale: #A8A8A8. Windows color (decimal): -13444133 or 14408498. OLE color: 14408498.
HSL color Cylindrical-coordinate representation of color #32DBDB: hue angle of 180º 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 #32DBDB is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 219 | - |
| CMYK | 0.77 | 0 | 0 | 0.14 |
| HSL | 180º | 0.7% | 0.53% | - |
| HSV(B) | 180º | 0.77% | 0.86% | - |
| XYZ | 39.43 | 56.46 | 75.84 | - |
| YUV | 168.47 | 156.51 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 219 | 0.77 | 0 | 0 | 0.14 | 180 | 0.7 | 0.53 |
| Hex | 32 | DB | DB | 4D | 0 | 0 | E | B4 | 46 | 35 |
| Octal | 62 | 333 | 333 | 115 | 0 | 0 | 16 | 264 | 106 | 65 |
| Binary | 110010 | 11011011 | 11011011 | 1001101 | 0 | 0 | 1110 | 10110100 | 1000110 | 110101 |
Color Harmonies of #32DBDB
Complementary color
Monochromatic Colors of #32DBDB
Black with #32DBDB
Text Example
Text Example
White with #32DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBDB; }
p { color: rgb(50,219,219); }
H1.HeaderClassName
{
color: #32DBDB;
}
.AnyTagClassName
{
color: #32DBDB;
}
</style>
background-color css
<style>
a { background-color: #32DBDB; }
a { background-color: rgb(50,219,219); }
div.DivClassName
{
background-color: #32DBDB;
}
.BgClassName
{
background-color: #32DBDB;
}
</style>
border-color css
<style>
span { border-color: #32DBDB; }
span { border-color: rgb(50,219,219); }
td.TdClassName
{
border-color: #32DBDB;
}
.TagClassName
{
border-color: #32DBDB;
}
</style>