Shades of Turquoise #32DBD0
Tints of Turquoise #32DBD0
RGB
CMYK
RGB Variations
Color information
#32DBD0 (or 0x32DBD0) is known color: Turquoise. HEX triplet: 32, DB and D0. RGB value is (50,219,208). Sum of RGB (Red+Green+Blue) = 50+219+208=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #32DBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DBD0 is #CD242F. Grayscale: #A7A7A7. Windows color (decimal): -13444144 or 13687602. OLE color: 13687602.
HSL color Cylindrical-coordinate representation of color #32DBD0: hue angle of 176.09º 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 #32DBD0 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 208 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.14 |
| HSL | 176.09º | 0.7% | 0.53% | - |
| HSV(B) | 176.09º | 0.77% | 0.86% | - |
| XYZ | 38.03 | 55.9 | 68.46 | - |
| YUV | 167.22 | 151.01 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 208 | 0.77 | 0 | 0.05 | 0.14 | 176.09 | 0.7 | 0.53 |
| Hex | 32 | DB | D0 | 4D | 0 | 5 | E | B0 | 46 | 35 |
| Octal | 62 | 333 | 320 | 115 | 0 | 5 | 16 | 260 | 106 | 65 |
| Binary | 110010 | 11011011 | 11010000 | 1001101 | 0 | 101 | 1110 | 10110000 | 1000110 | 110101 |
Color Harmonies of #32DBD0
Complementary color
Monochromatic Colors of #32DBD0
Black with #32DBD0
Text Example
Text Example
White with #32DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBD0; }
p { color: rgb(50,219,208); }
H1.HeaderClassName
{
color: #32DBD0;
}
.AnyTagClassName
{
color: #32DBD0;
}
</style>
background-color css
<style>
a { background-color: #32DBD0; }
a { background-color: rgb(50,219,208); }
div.DivClassName
{
background-color: #32DBD0;
}
.BgClassName
{
background-color: #32DBD0;
}
</style>
border-color css
<style>
span { border-color: #32DBD0; }
span { border-color: rgb(50,219,208); }
td.TdClassName
{
border-color: #32DBD0;
}
.TagClassName
{
border-color: #32DBD0;
}
</style>