Shades of Turquoise #32DDDC
Tints of Turquoise #32DDDC
RGB
CMYK
RGB Variations
Color information
#32DDDC (or 0x32DDDC) is known color: Turquoise. HEX triplet: 32, DD and DC. RGB value is (50,221,220). Sum of RGB (Red+Green+Blue) = 50+221+220=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #32DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DDDC is #CD2223. Grayscale: #A9A9A9. Windows color (decimal): -13443620 or 14474546. OLE color: 14474546.
HSL color Cylindrical-coordinate representation of color #32DDDC: hue angle of 179.65º 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 #32DDDC is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 220 | - |
| CMYK | 0.77 | 0 | 0.00 | 0.13 |
| HSL | 179.65º | 0.72% | 0.53% | - |
| HSV(B) | 179.65º | 0.77% | 0.87% | - |
| XYZ | 40.09 | 57.56 | 76.71 | - |
| YUV | 169.76 | 156.35 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 220 | 0.77 | 0 | 0.00 | 0.13 | 179.65 | 0.72 | 0.53 |
| Hex | 32 | DD | DC | 4D | 0 | 0 | D | B4 | 48 | 35 |
| Octal | 62 | 335 | 334 | 115 | 0 | 0 | 15 | 264 | 110 | 65 |
| Binary | 110010 | 11011101 | 11011100 | 1001101 | 0 | 0 | 1101 | 10110100 | 1001000 | 110101 |
Color Harmonies of #32DDDC
Complementary color
Monochromatic Colors of #32DDDC
Black with #32DDDC
Text Example
Text Example
White with #32DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDDC; }
p { color: rgb(50,221,220); }
H1.HeaderClassName
{
color: #32DDDC;
}
.AnyTagClassName
{
color: #32DDDC;
}
</style>
background-color css
<style>
a { background-color: #32DDDC; }
a { background-color: rgb(50,221,220); }
div.DivClassName
{
background-color: #32DDDC;
}
.BgClassName
{
background-color: #32DDDC;
}
</style>
border-color css
<style>
span { border-color: #32DDDC; }
span { border-color: rgb(50,221,220); }
td.TdClassName
{
border-color: #32DDDC;
}
.TagClassName
{
border-color: #32DDDC;
}
</style>