Shades of Turquoise #32DDD0
Tints of Turquoise #32DDD0
RGB
CMYK
RGB Variations
Color information
#32DDD0 (or 0x32DDD0) is known color: Turquoise. HEX triplet: 32, DD and D0. RGB value is (50,221,208). Sum of RGB (Red+Green+Blue) = 50+221+208=479 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.44% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #32DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DDD0 is #CD222F. Grayscale: #A8A8A8. Windows color (decimal): -13443632 or 13688114. OLE color: 13688114.
HSL color Cylindrical-coordinate representation of color #32DDD0: hue angle of 175.44º 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 #32DDD0 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 208 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.13 |
| HSL | 175.44º | 0.72% | 0.53% | - |
| HSV(B) | 175.44º | 0.77% | 0.87% | - |
| XYZ | 38.56 | 56.95 | 68.63 | - |
| YUV | 168.39 | 150.35 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 208 | 0.77 | 0 | 0.06 | 0.13 | 175.44 | 0.72 | 0.53 |
| Hex | 32 | DD | D0 | 4D | 0 | 6 | D | AF | 48 | 35 |
| Octal | 62 | 335 | 320 | 115 | 0 | 6 | 15 | 257 | 110 | 65 |
| Binary | 110010 | 11011101 | 11010000 | 1001101 | 0 | 110 | 1101 | 10101111 | 1001000 | 110101 |
Color Harmonies of #32DDD0
Complementary color
Monochromatic Colors of #32DDD0
Black with #32DDD0
Text Example
Text Example
White with #32DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDD0; }
p { color: rgb(50,221,208); }
H1.HeaderClassName
{
color: #32DDD0;
}
.AnyTagClassName
{
color: #32DDD0;
}
</style>
background-color css
<style>
a { background-color: #32DDD0; }
a { background-color: rgb(50,221,208); }
div.DivClassName
{
background-color: #32DDD0;
}
.BgClassName
{
background-color: #32DDD0;
}
</style>
border-color css
<style>
span { border-color: #32DDD0; }
span { border-color: rgb(50,221,208); }
td.TdClassName
{
border-color: #32DDD0;
}
.TagClassName
{
border-color: #32DDD0;
}
</style>