Shades of Turquoise #32DDBE
Tints of Turquoise #32DDBE
RGB
CMYK
RGB Variations
Color information
#32DDBE (or 0x32DDBE) is known color: Turquoise. HEX triplet: 32, DD and BE. RGB value is (50,221,190). Sum of RGB (Red+Green+Blue) = 50+221+190=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #32DDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DDBE is #CD2241. Grayscale: #A6A6A6. Windows color (decimal): -13443650 or 12508466. OLE color: 12508466.
HSL color Cylindrical-coordinate representation of color #32DDBE: hue angle of 169.12º 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 #32DDBE is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 190 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.13 |
| HSL | 169.12º | 0.72% | 0.53% | - |
| HSV(B) | 169.12º | 0.77% | 0.87% | - |
| XYZ | 36.47 | 56.11 | 57.62 | - |
| YUV | 166.34 | 141.35 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 190 | 0.77 | 0 | 0.14 | 0.13 | 169.12 | 0.72 | 0.53 |
| Hex | 32 | DD | BE | 4D | 0 | E | D | A9 | 48 | 35 |
| Octal | 62 | 335 | 276 | 115 | 0 | 16 | 15 | 251 | 110 | 65 |
| Binary | 110010 | 11011101 | 10111110 | 1001101 | 0 | 1110 | 1101 | 10101001 | 1001000 | 110101 |
Color Harmonies of #32DDBE
Complementary color
Monochromatic Colors of #32DDBE
Black with #32DDBE
Text Example
Text Example
White with #32DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDBE; }
p { color: rgb(50,221,190); }
H1.HeaderClassName
{
color: #32DDBE;
}
.AnyTagClassName
{
color: #32DDBE;
}
</style>
background-color css
<style>
a { background-color: #32DDBE; }
a { background-color: rgb(50,221,190); }
div.DivClassName
{
background-color: #32DDBE;
}
.BgClassName
{
background-color: #32DDBE;
}
</style>
border-color css
<style>
span { border-color: #32DDBE; }
span { border-color: rgb(50,221,190); }
td.TdClassName
{
border-color: #32DDBE;
}
.TagClassName
{
border-color: #32DDBE;
}
</style>