Shades of Turquoise #32D6DB
Tints of Turquoise #32D6DB
RGB
CMYK
RGB Variations
Color information
#32D6DB (or 0x32D6DB) is known color: Turquoise. HEX triplet: 32, D6 and DB. RGB value is (50,214,219). Sum of RGB (Red+Green+Blue) = 50+214+219=483 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.35% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #32D6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D6DB is #CD2924. Grayscale: #A5A5A5. Windows color (decimal): -13445413 or 14407218. OLE color: 14407218.
HSL color Cylindrical-coordinate representation of color #32D6DB: hue angle of 181.78º 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 #32D6DB is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 214 | 219 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.14 |
| HSL | 181.78º | 0.7% | 0.53% | - |
| HSV(B) | 181.78º | 0.77% | 0.86% | - |
| XYZ | 38.15 | 53.89 | 75.41 | - |
| YUV | 165.53 | 158.17 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 219 | 0.77 | 0.02 | 0 | 0.14 | 181.78 | 0.7 | 0.53 |
| Hex | 32 | D6 | DB | 4D | 2 | 0 | E | B6 | 46 | 35 |
| Octal | 62 | 326 | 333 | 115 | 2 | 0 | 16 | 266 | 106 | 65 |
| Binary | 110010 | 11010110 | 11011011 | 1001101 | 10 | 0 | 1110 | 10110110 | 1000110 | 110101 |
Color Harmonies of #32D6DB
Complementary color
Monochromatic Colors of #32D6DB
Black with #32D6DB
Text Example
Text Example
White with #32D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D6DB; }
p { color: rgb(50,214,219); }
H1.HeaderClassName
{
color: #32D6DB;
}
.AnyTagClassName
{
color: #32D6DB;
}
</style>
background-color css
<style>
a { background-color: #32D6DB; }
a { background-color: rgb(50,214,219); }
div.DivClassName
{
background-color: #32D6DB;
}
.BgClassName
{
background-color: #32D6DB;
}
</style>
border-color css
<style>
span { border-color: #32D6DB; }
span { border-color: rgb(50,214,219); }
td.TdClassName
{
border-color: #32D6DB;
}
.TagClassName
{
border-color: #32D6DB;
}
</style>