Shades of Turquoise #32DACD
Tints of Turquoise #32DACD
RGB
CMYK
RGB Variations
Color information
#32DACD (or 0x32DACD) is known color: Turquoise. HEX triplet: 32, DA and CD. RGB value is (50,218,205). Sum of RGB (Red+Green+Blue) = 50+218+205=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #32DACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DACD is #CD2532. Grayscale: #A6A6A6. Windows color (decimal): -13444403 or 13490738. OLE color: 13490738.
HSL color Cylindrical-coordinate representation of color #32DACD: hue angle of 175.36º 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 #32DACD is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 205 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.15 |
| HSL | 175.36º | 0.69% | 0.53% | - |
| HSV(B) | 175.36º | 0.77% | 0.85% | - |
| XYZ | 37.41 | 55.23 | 66.45 | - |
| YUV | 166.29 | 149.84 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 205 | 0.77 | 0 | 0.06 | 0.15 | 175.36 | 0.69 | 0.53 |
| Hex | 32 | DA | CD | 4D | 0 | 6 | F | AF | 45 | 35 |
| Octal | 62 | 332 | 315 | 115 | 0 | 6 | 17 | 257 | 105 | 65 |
| Binary | 110010 | 11011010 | 11001101 | 1001101 | 0 | 110 | 1111 | 10101111 | 1000101 | 110101 |
Color Harmonies of #32DACD
Complementary color
Monochromatic Colors of #32DACD
Black with #32DACD
Text Example
Text Example
White with #32DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DACD; }
p { color: rgb(50,218,205); }
H1.HeaderClassName
{
color: #32DACD;
}
.AnyTagClassName
{
color: #32DACD;
}
</style>
background-color css
<style>
a { background-color: #32DACD; }
a { background-color: rgb(50,218,205); }
div.DivClassName
{
background-color: #32DACD;
}
.BgClassName
{
background-color: #32DACD;
}
</style>
border-color css
<style>
span { border-color: #32DACD; }
span { border-color: rgb(50,218,205); }
td.TdClassName
{
border-color: #32DACD;
}
.TagClassName
{
border-color: #32DACD;
}
</style>