Shades of Turquoise #32DADE
Tints of Turquoise #32DADE
RGB
CMYK
RGB Variations
Color information
#32DADE (or 0x32DADE) is known color: Turquoise. HEX triplet: 32, DA and DE. RGB value is (50,218,222). Sum of RGB (Red+Green+Blue) = 50+218+222=490 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.20% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #32DADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DADE is #CD2521. Grayscale: #A8A8A8. Windows color (decimal): -13444386 or 14604850. OLE color: 14604850.
HSL color Cylindrical-coordinate representation of color #32DADE: hue angle of 181.4º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DADE is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 218 | 222 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.13 |
| HSL | 181.4º | 0.72% | 0.53% | - |
| HSV(B) | 181.4º | 0.77% | 0.87% | - |
| XYZ | 39.57 | 56.09 | 77.85 | - |
| YUV | 168.22 | 158.34 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 222 | 0.77 | 0.02 | 0 | 0.13 | 181.4 | 0.72 | 0.53 |
| Hex | 32 | DA | DE | 4D | 2 | 0 | D | B5 | 48 | 35 |
| Octal | 62 | 332 | 336 | 115 | 2 | 0 | 15 | 265 | 110 | 65 |
| Binary | 110010 | 11011010 | 11011110 | 1001101 | 10 | 0 | 1101 | 10110101 | 1001000 | 110101 |
Color Harmonies of #32DADE
Complementary color
Monochromatic Colors of #32DADE
Black with #32DADE
Text Example
Text Example
White with #32DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DADE; }
p { color: rgb(50,218,222); }
H1.HeaderClassName
{
color: #32DADE;
}
.AnyTagClassName
{
color: #32DADE;
}
</style>
background-color css
<style>
a { background-color: #32DADE; }
a { background-color: rgb(50,218,222); }
div.DivClassName
{
background-color: #32DADE;
}
.BgClassName
{
background-color: #32DADE;
}
</style>
border-color css
<style>
span { border-color: #32DADE; }
span { border-color: rgb(50,218,222); }
td.TdClassName
{
border-color: #32DADE;
}
.TagClassName
{
border-color: #32DADE;
}
</style>