Shades of Turquoise #32DCDB
Tints of Turquoise #32DCDB
RGB
CMYK
RGB Variations
Color information
#32DCDB (or 0x32DCDB) is known color: Turquoise. HEX triplet: 32, DC and DB. RGB value is (50,220,219). Sum of RGB (Red+Green+Blue) = 50+220+219=489 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.22% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #32DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCDB is #CD2324. Grayscale: #A8A8A8. Windows color (decimal): -13443877 or 14408754. OLE color: 14408754.
HSL color Cylindrical-coordinate representation of color #32DCDB: hue angle of 179.65º degrees, saturation: 0.71, 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 #32DCDB is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 219 | - |
| CMYK | 0.77 | 0 | 0.00 | 0.14 |
| HSL | 179.65º | 0.71% | 0.53% | - |
| HSV(B) | 179.65º | 0.77% | 0.86% | - |
| XYZ | 39.69 | 56.98 | 75.92 | - |
| YUV | 169.06 | 156.18 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 219 | 0.77 | 0 | 0.00 | 0.14 | 179.65 | 0.71 | 0.53 |
| Hex | 32 | DC | DB | 4D | 0 | 0 | E | B4 | 47 | 35 |
| Octal | 62 | 334 | 333 | 115 | 0 | 0 | 16 | 264 | 107 | 65 |
| Binary | 110010 | 11011100 | 11011011 | 1001101 | 0 | 0 | 1110 | 10110100 | 1000111 | 110101 |
Color Harmonies of #32DCDB
Complementary color
Monochromatic Colors of #32DCDB
Black with #32DCDB
Text Example
Text Example
White with #32DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCDB; }
p { color: rgb(50,220,219); }
H1.HeaderClassName
{
color: #32DCDB;
}
.AnyTagClassName
{
color: #32DCDB;
}
</style>
background-color css
<style>
a { background-color: #32DCDB; }
a { background-color: rgb(50,220,219); }
div.DivClassName
{
background-color: #32DCDB;
}
.BgClassName
{
background-color: #32DCDB;
}
</style>
border-color css
<style>
span { border-color: #32DCDB; }
span { border-color: rgb(50,220,219); }
td.TdClassName
{
border-color: #32DCDB;
}
.TagClassName
{
border-color: #32DCDB;
}
</style>