Shades of Turquoise #32DDBD
Tints of Turquoise #32DDBD
RGB
CMYK
RGB Variations
Color information
#32DDBD (or 0x32DDBD) is known color: Turquoise. HEX triplet: 32, DD and BD. RGB value is (50,221,189). Sum of RGB (Red+Green+Blue) = 50+221+189=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #32DDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DDBD is #CD2242. Grayscale: #A6A6A6. Windows color (decimal): -13443651 or 12442930. OLE color: 12442930.
HSL color Cylindrical-coordinate representation of color #32DDBD: hue angle of 168.77º 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 #32DDBD is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 189 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.13 |
| HSL | 168.77º | 0.72% | 0.53% | - |
| HSV(B) | 168.77º | 0.77% | 0.87% | - |
| XYZ | 36.36 | 56.07 | 57.05 | - |
| YUV | 166.22 | 140.85 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 189 | 0.77 | 0 | 0.14 | 0.13 | 168.77 | 0.72 | 0.53 |
| Hex | 32 | DD | BD | 4D | 0 | E | D | A9 | 48 | 35 |
| Octal | 62 | 335 | 275 | 115 | 0 | 16 | 15 | 251 | 110 | 65 |
| Binary | 110010 | 11011101 | 10111101 | 1001101 | 0 | 1110 | 1101 | 10101001 | 1001000 | 110101 |
Color Harmonies of #32DDBD
Complementary color
Monochromatic Colors of #32DDBD
Black with #32DDBD
Text Example
Text Example
White with #32DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDBD; }
p { color: rgb(50,221,189); }
H1.HeaderClassName
{
color: #32DDBD;
}
.AnyTagClassName
{
color: #32DDBD;
}
</style>
background-color css
<style>
a { background-color: #32DDBD; }
a { background-color: rgb(50,221,189); }
div.DivClassName
{
background-color: #32DDBD;
}
.BgClassName
{
background-color: #32DDBD;
}
</style>
border-color css
<style>
span { border-color: #32DDBD; }
span { border-color: rgb(50,221,189); }
td.TdClassName
{
border-color: #32DDBD;
}
.TagClassName
{
border-color: #32DDBD;
}
</style>