Shades of Turquoise #32DBB7
Tints of Turquoise #32DBB7
RGB
CMYK
RGB Variations
Color information
#32DBB7 (or 0x32DBB7) is known color: Turquoise. HEX triplet: 32, DB and B7. RGB value is (50,219,183). Sum of RGB (Red+Green+Blue) = 50+219+183=452 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.06% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #32DBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DBB7 is #CD2448. Grayscale: #A4A4A4. Windows color (decimal): -13444169 or 12049202. OLE color: 12049202.
HSL color Cylindrical-coordinate representation of color #32DBB7: hue angle of 167.22º 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 #32DBB7 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 183 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.14 |
| HSL | 167.22º | 0.7% | 0.53% | - |
| HSV(B) | 167.22º | 0.77% | 0.86% | - |
| XYZ | 35.19 | 54.76 | 53.51 | - |
| YUV | 164.37 | 138.51 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 183 | 0.77 | 0 | 0.16 | 0.14 | 167.22 | 0.7 | 0.53 |
| Hex | 32 | DB | B7 | 4D | 0 | 10 | E | A7 | 46 | 35 |
| Octal | 62 | 333 | 267 | 115 | 0 | 20 | 16 | 247 | 106 | 65 |
| Binary | 110010 | 11011011 | 10110111 | 1001101 | 0 | 10000 | 1110 | 10100111 | 1000110 | 110101 |
Color Harmonies of #32DBB7
Complementary color
Monochromatic Colors of #32DBB7
Black with #32DBB7
Text Example
Text Example
White with #32DBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBB7; }
p { color: rgb(50,219,183); }
H1.HeaderClassName
{
color: #32DBB7;
}
.AnyTagClassName
{
color: #32DBB7;
}
</style>
background-color css
<style>
a { background-color: #32DBB7; }
a { background-color: rgb(50,219,183); }
div.DivClassName
{
background-color: #32DBB7;
}
.BgClassName
{
background-color: #32DBB7;
}
</style>
border-color css
<style>
span { border-color: #32DBB7; }
span { border-color: rgb(50,219,183); }
td.TdClassName
{
border-color: #32DBB7;
}
.TagClassName
{
border-color: #32DBB7;
}
</style>