Shades of Turquoise #32DDB7
Tints of Turquoise #32DDB7
RGB
CMYK
RGB Variations
Color information
#32DDB7 (or 0x32DDB7) is known color: Turquoise. HEX triplet: 32, DD and B7. RGB value is (50,221,183). Sum of RGB (Red+Green+Blue) = 50+221+183=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #32DDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DDB7 is #CD2248. Grayscale: #A5A5A5. Windows color (decimal): -13443657 or 12049714. OLE color: 12049714.
HSL color Cylindrical-coordinate representation of color #32DDB7: hue angle of 166.67º 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 #32DDB7 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 183 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.13 |
| HSL | 166.67º | 0.72% | 0.53% | - |
| HSV(B) | 166.67º | 0.77% | 0.87% | - |
| XYZ | 35.72 | 55.81 | 53.69 | - |
| YUV | 165.54 | 137.85 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 183 | 0.77 | 0 | 0.17 | 0.13 | 166.67 | 0.72 | 0.53 |
| Hex | 32 | DD | B7 | 4D | 0 | 11 | D | A7 | 48 | 35 |
| Octal | 62 | 335 | 267 | 115 | 0 | 21 | 15 | 247 | 110 | 65 |
| Binary | 110010 | 11011101 | 10110111 | 1001101 | 0 | 10001 | 1101 | 10100111 | 1001000 | 110101 |
Color Harmonies of #32DDB7
Complementary color
Monochromatic Colors of #32DDB7
Black with #32DDB7
Text Example
Text Example
White with #32DDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDB7; }
p { color: rgb(50,221,183); }
H1.HeaderClassName
{
color: #32DDB7;
}
.AnyTagClassName
{
color: #32DDB7;
}
</style>
background-color css
<style>
a { background-color: #32DDB7; }
a { background-color: rgb(50,221,183); }
div.DivClassName
{
background-color: #32DDB7;
}
.BgClassName
{
background-color: #32DDB7;
}
</style>
border-color css
<style>
span { border-color: #32DDB7; }
span { border-color: rgb(50,221,183); }
td.TdClassName
{
border-color: #32DDB7;
}
.TagClassName
{
border-color: #32DDB7;
}
</style>