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