Shades of Turquoise #32DACA
Tints of Turquoise #32DACA
RGB
CMYK
RGB Variations
Color information
#32DACA (or 0x32DACA) is known color: Turquoise. HEX triplet: 32, DA and CA. RGB value is (50,218,202). Sum of RGB (Red+Green+Blue) = 50+218+202=470 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.64% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #32DACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DACA is #CD2535. Grayscale: #A5A5A5. Windows color (decimal): -13444406 or 13294130. OLE color: 13294130.
HSL color Cylindrical-coordinate representation of color #32DACA: hue angle of 174.29º 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 #32DACA is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 202 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.15 |
| HSL | 174.29º | 0.69% | 0.53% | - |
| HSV(B) | 174.29º | 0.77% | 0.85% | - |
| XYZ | 37.05 | 55.09 | 64.56 | - |
| YUV | 165.94 | 148.34 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 202 | 0.77 | 0 | 0.07 | 0.15 | 174.29 | 0.69 | 0.53 |
| Hex | 32 | DA | CA | 4D | 0 | 7 | F | AE | 45 | 35 |
| Octal | 62 | 332 | 312 | 115 | 0 | 7 | 17 | 256 | 105 | 65 |
| Binary | 110010 | 11011010 | 11001010 | 1001101 | 0 | 111 | 1111 | 10101110 | 1000101 | 110101 |
Color Harmonies of #32DACA
Complementary color
Monochromatic Colors of #32DACA
Black with #32DACA
Text Example
Text Example
White with #32DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DACA; }
p { color: rgb(50,218,202); }
H1.HeaderClassName
{
color: #32DACA;
}
.AnyTagClassName
{
color: #32DACA;
}
</style>
background-color css
<style>
a { background-color: #32DACA; }
a { background-color: rgb(50,218,202); }
div.DivClassName
{
background-color: #32DACA;
}
.BgClassName
{
background-color: #32DACA;
}
</style>
border-color css
<style>
span { border-color: #32DACA; }
span { border-color: rgb(50,218,202); }
td.TdClassName
{
border-color: #32DACA;
}
.TagClassName
{
border-color: #32DACA;
}
</style>