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