Shades of Turquoise #32DBB6
Tints of Turquoise #32DBB6
RGB
CMYK
RGB Variations
Color information
#32DBB6 (or 0x32DBB6) is known color: Turquoise. HEX triplet: 32, DB and B6. RGB value is (50,219,182). Sum of RGB (Red+Green+Blue) = 50+219+182=451 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.09% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #32DBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DBB6 is #CD2449. Grayscale: #A4A4A4. Windows color (decimal): -13444170 or 11983666. OLE color: 11983666.
HSL color Cylindrical-coordinate representation of color #32DBB6: hue angle of 166.86º 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 #32DBB6 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 182 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.14 |
| HSL | 166.86º | 0.7% | 0.53% | - |
| HSV(B) | 166.86º | 0.77% | 0.86% | - |
| XYZ | 35.09 | 54.72 | 52.97 | - |
| YUV | 164.25 | 138.01 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 182 | 0.77 | 0 | 0.17 | 0.14 | 166.86 | 0.7 | 0.53 |
| Hex | 32 | DB | B6 | 4D | 0 | 11 | E | A7 | 46 | 35 |
| Octal | 62 | 333 | 266 | 115 | 0 | 21 | 16 | 247 | 106 | 65 |
| Binary | 110010 | 11011011 | 10110110 | 1001101 | 0 | 10001 | 1110 | 10100111 | 1000110 | 110101 |
Color Harmonies of #32DBB6
Complementary color
Monochromatic Colors of #32DBB6
Black with #32DBB6
Text Example
Text Example
White with #32DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBB6; }
p { color: rgb(50,219,182); }
H1.HeaderClassName
{
color: #32DBB6;
}
.AnyTagClassName
{
color: #32DBB6;
}
</style>
background-color css
<style>
a { background-color: #32DBB6; }
a { background-color: rgb(50,219,182); }
div.DivClassName
{
background-color: #32DBB6;
}
.BgClassName
{
background-color: #32DBB6;
}
</style>
border-color css
<style>
span { border-color: #32DBB6; }
span { border-color: rgb(50,219,182); }
td.TdClassName
{
border-color: #32DBB6;
}
.TagClassName
{
border-color: #32DBB6;
}
</style>