Shades of Turquoise #32DCDE
Tints of Turquoise #32DCDE
RGB
CMYK
RGB Variations
Color information
#32DCDE (or 0x32DCDE) is known color: Turquoise. HEX triplet: 32, DC and DE. RGB value is (50,220,222). Sum of RGB (Red+Green+Blue) = 50+220+222=492 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.16% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #32DCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCDE is #CD2321. Grayscale: #A9A9A9. Windows color (decimal): -13443874 or 14605362. OLE color: 14605362.
HSL color Cylindrical-coordinate representation of color #32DCDE: hue angle of 180.7º 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 #32DCDE is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 220 | 222 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.13 |
| HSL | 180.7º | 0.72% | 0.53% | - |
| HSV(B) | 180.7º | 0.77% | 0.87% | - |
| XYZ | 40.09 | 57.14 | 78.02 | - |
| YUV | 169.4 | 157.68 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 222 | 0.77 | 0.01 | 0 | 0.13 | 180.7 | 0.72 | 0.53 |
| Hex | 32 | DC | DE | 4D | 1 | 0 | D | B5 | 48 | 35 |
| Octal | 62 | 334 | 336 | 115 | 1 | 0 | 15 | 265 | 110 | 65 |
| Binary | 110010 | 11011100 | 11011110 | 1001101 | 1 | 0 | 1101 | 10110101 | 1001000 | 110101 |
Color Harmonies of #32DCDE
Complementary color
Monochromatic Colors of #32DCDE
Black with #32DCDE
Text Example
Text Example
White with #32DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCDE; }
p { color: rgb(50,220,222); }
H1.HeaderClassName
{
color: #32DCDE;
}
.AnyTagClassName
{
color: #32DCDE;
}
</style>
background-color css
<style>
a { background-color: #32DCDE; }
a { background-color: rgb(50,220,222); }
div.DivClassName
{
background-color: #32DCDE;
}
.BgClassName
{
background-color: #32DCDE;
}
</style>
border-color css
<style>
span { border-color: #32DCDE; }
span { border-color: rgb(50,220,222); }
td.TdClassName
{
border-color: #32DCDE;
}
.TagClassName
{
border-color: #32DCDE;
}
</style>