Shades of Turquoise #32DACC
Tints of Turquoise #32DACC
RGB
CMYK
RGB Variations
Color information
#32DACC (or 0x32DACC) is known color: Turquoise. HEX triplet: 32, DA and CC. RGB value is (50,218,204). Sum of RGB (Red+Green+Blue) = 50+218+204=472 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.59% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #32DACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DACC is #CD2533. Grayscale: #A6A6A6. Windows color (decimal): -13444404 or 13425202. OLE color: 13425202.
HSL color Cylindrical-coordinate representation of color #32DACC: hue angle of 175º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DACC is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 204 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.15 |
| HSL | 175º | 0.69% | 0.53% | - |
| HSV(B) | 175º | 0.77% | 0.85% | - |
| XYZ | 37.29 | 55.18 | 65.81 | - |
| YUV | 166.17 | 149.34 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 204 | 0.77 | 0 | 0.06 | 0.15 | 175 | 0.69 | 0.53 |
| Hex | 32 | DA | CC | 4D | 0 | 6 | F | AF | 45 | 35 |
| Octal | 62 | 332 | 314 | 115 | 0 | 6 | 17 | 257 | 105 | 65 |
| Binary | 110010 | 11011010 | 11001100 | 1001101 | 0 | 110 | 1111 | 10101111 | 1000101 | 110101 |
Color Harmonies of #32DACC
Complementary color
Monochromatic Colors of #32DACC
Black with #32DACC
Text Example
Text Example
White with #32DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DACC; }
p { color: rgb(50,218,204); }
H1.HeaderClassName
{
color: #32DACC;
}
.AnyTagClassName
{
color: #32DACC;
}
</style>
background-color css
<style>
a { background-color: #32DACC; }
a { background-color: rgb(50,218,204); }
div.DivClassName
{
background-color: #32DACC;
}
.BgClassName
{
background-color: #32DACC;
}
</style>
border-color css
<style>
span { border-color: #32DACC; }
span { border-color: rgb(50,218,204); }
td.TdClassName
{
border-color: #32DACC;
}
.TagClassName
{
border-color: #32DACC;
}
</style>