Shades of Turquoise #32E7DD
Tints of Turquoise #32E7DD
RGB
CMYK
RGB Variations
Color information
#32E7DD (or 0x32E7DD) is known color: Turquoise. HEX triplet: 32, E7 and DD. RGB value is (50,231,221). Sum of RGB (Red+Green+Blue) = 50+231+221=502 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.96% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #32E7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E7DD is #CD1822. Grayscale: #AFAFAF. Windows color (decimal): -13441059 or 14542642. OLE color: 14542642.
HSL color Cylindrical-coordinate representation of color #32E7DD: hue angle of 176.69º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E7DD is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 221 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.09 |
| HSL | 176.69º | 0.79% | 0.55% | - |
| HSV(B) | 176.69º | 0.78% | 0.91% | - |
| XYZ | 42.94 | 63.05 | 78.31 | - |
| YUV | 175.74 | 153.53 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 221 | 0.78 | 0 | 0.04 | 0.09 | 176.69 | 0.79 | 0.55 |
| Hex | 32 | E7 | DD | 4E | 0 | 4 | 9 | B1 | 4F | 37 |
| Octal | 62 | 347 | 335 | 116 | 0 | 4 | 11 | 261 | 117 | 67 |
| Binary | 110010 | 11100111 | 11011101 | 1001110 | 0 | 100 | 1001 | 10110001 | 1001111 | 110111 |
Color Harmonies of #32E7DD
Complementary color
Monochromatic Colors of #32E7DD
Black with #32E7DD
Text Example
Text Example
White with #32E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E7DD; }
p { color: rgb(50,231,221); }
H1.HeaderClassName
{
color: #32E7DD;
}
.AnyTagClassName
{
color: #32E7DD;
}
</style>
background-color css
<style>
a { background-color: #32E7DD; }
a { background-color: rgb(50,231,221); }
div.DivClassName
{
background-color: #32E7DD;
}
.BgClassName
{
background-color: #32E7DD;
}
</style>
border-color css
<style>
span { border-color: #32E7DD; }
span { border-color: rgb(50,231,221); }
td.TdClassName
{
border-color: #32E7DD;
}
.TagClassName
{
border-color: #32E7DD;
}
</style>