Shades of Turquoise #32DBD8
Tints of Turquoise #32DBD8
RGB
CMYK
RGB Variations
Color information
#32DBD8 (or 0x32DBD8) is known color: Turquoise. HEX triplet: 32, DB and D8. RGB value is (50,219,216). Sum of RGB (Red+Green+Blue) = 50+219+216=485 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.31% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #32DBD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DBD8 is #CD2427. Grayscale: #A7A7A7. Windows color (decimal): -13444136 or 14211890. OLE color: 14211890.
HSL color Cylindrical-coordinate representation of color #32DBD8: hue angle of 178.93º 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 #32DBD8 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 216 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.14 |
| HSL | 178.93º | 0.7% | 0.53% | - |
| HSV(B) | 178.93º | 0.77% | 0.86% | - |
| XYZ | 39.04 | 56.3 | 73.77 | - |
| YUV | 168.13 | 155.01 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 216 | 0.77 | 0 | 0.01 | 0.14 | 178.93 | 0.7 | 0.53 |
| Hex | 32 | DB | D8 | 4D | 0 | 1 | E | B3 | 46 | 35 |
| Octal | 62 | 333 | 330 | 115 | 0 | 1 | 16 | 263 | 106 | 65 |
| Binary | 110010 | 11011011 | 11011000 | 1001101 | 0 | 1 | 1110 | 10110011 | 1000110 | 110101 |
Color Harmonies of #32DBD8
Complementary color
Monochromatic Colors of #32DBD8
Black with #32DBD8
Text Example
Text Example
White with #32DBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBD8; }
p { color: rgb(50,219,216); }
H1.HeaderClassName
{
color: #32DBD8;
}
.AnyTagClassName
{
color: #32DBD8;
}
</style>
background-color css
<style>
a { background-color: #32DBD8; }
a { background-color: rgb(50,219,216); }
div.DivClassName
{
background-color: #32DBD8;
}
.BgClassName
{
background-color: #32DBD8;
}
</style>
border-color css
<style>
span { border-color: #32DBD8; }
span { border-color: rgb(50,219,216); }
td.TdClassName
{
border-color: #32DBD8;
}
.TagClassName
{
border-color: #32DBD8;
}
</style>