Shades of Turquoise #32DDDA
Tints of Turquoise #32DDDA
RGB
CMYK
RGB Variations
Color information
#32DDDA (or 0x32DDDA) is known color: Turquoise. HEX triplet: 32, DD and DA. RGB value is (50,221,218). Sum of RGB (Red+Green+Blue) = 50+221+218=489 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.22% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #32DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DDDA is #CD2225. Grayscale: #A9A9A9. Windows color (decimal): -13443622 or 14343474. OLE color: 14343474.
HSL color Cylindrical-coordinate representation of color #32DDDA: hue angle of 178.95º 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 #32DDDA is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 218 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.13 |
| HSL | 178.95º | 0.72% | 0.53% | - |
| HSV(B) | 178.95º | 0.77% | 0.87% | - |
| XYZ | 39.83 | 57.45 | 75.32 | - |
| YUV | 169.53 | 155.35 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 218 | 0.77 | 0 | 0.01 | 0.13 | 178.95 | 0.72 | 0.53 |
| Hex | 32 | DD | DA | 4D | 0 | 1 | D | B3 | 48 | 35 |
| Octal | 62 | 335 | 332 | 115 | 0 | 1 | 15 | 263 | 110 | 65 |
| Binary | 110010 | 11011101 | 11011010 | 1001101 | 0 | 1 | 1101 | 10110011 | 1001000 | 110101 |
Color Harmonies of #32DDDA
Complementary color
Monochromatic Colors of #32DDDA
Black with #32DDDA
Text Example
Text Example
White with #32DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDDA; }
p { color: rgb(50,221,218); }
H1.HeaderClassName
{
color: #32DDDA;
}
.AnyTagClassName
{
color: #32DDDA;
}
</style>
background-color css
<style>
a { background-color: #32DDDA; }
a { background-color: rgb(50,221,218); }
div.DivClassName
{
background-color: #32DDDA;
}
.BgClassName
{
background-color: #32DDDA;
}
</style>
border-color css
<style>
span { border-color: #32DDDA; }
span { border-color: rgb(50,221,218); }
td.TdClassName
{
border-color: #32DDDA;
}
.TagClassName
{
border-color: #32DDDA;
}
</style>