Shades of Turquoise #32DDB6
Tints of Turquoise #32DDB6
RGB
CMYK
RGB Variations
Color information
#32DDB6 (or 0x32DDB6) is known color: Turquoise. HEX triplet: 32, DD and B6. RGB value is (50,221,182). Sum of RGB (Red+Green+Blue) = 50+221+182=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #32DDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DDB6 is #CD2249. Grayscale: #A5A5A5. Windows color (decimal): -13443658 or 11984178. OLE color: 11984178.
HSL color Cylindrical-coordinate representation of color #32DDB6: hue angle of 166.32º 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 #32DDB6 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 182 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.13 |
| HSL | 166.32º | 0.72% | 0.53% | - |
| HSV(B) | 166.32º | 0.77% | 0.87% | - |
| XYZ | 35.62 | 55.77 | 53.14 | - |
| YUV | 165.43 | 137.35 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 182 | 0.77 | 0 | 0.18 | 0.13 | 166.32 | 0.72 | 0.53 |
| Hex | 32 | DD | B6 | 4D | 0 | 12 | D | A6 | 48 | 35 |
| Octal | 62 | 335 | 266 | 115 | 0 | 22 | 15 | 246 | 110 | 65 |
| Binary | 110010 | 11011101 | 10110110 | 1001101 | 0 | 10010 | 1101 | 10100110 | 1001000 | 110101 |
Color Harmonies of #32DDB6
Complementary color
Monochromatic Colors of #32DDB6
Black with #32DDB6
Text Example
Text Example
White with #32DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDB6; }
p { color: rgb(50,221,182); }
H1.HeaderClassName
{
color: #32DDB6;
}
.AnyTagClassName
{
color: #32DDB6;
}
</style>
background-color css
<style>
a { background-color: #32DDB6; }
a { background-color: rgb(50,221,182); }
div.DivClassName
{
background-color: #32DDB6;
}
.BgClassName
{
background-color: #32DDB6;
}
</style>
border-color css
<style>
span { border-color: #32DDB6; }
span { border-color: rgb(50,221,182); }
td.TdClassName
{
border-color: #32DDB6;
}
.TagClassName
{
border-color: #32DDB6;
}
</style>