Shades of Turquoise #32E6DD
Tints of Turquoise #32E6DD
RGB
CMYK
RGB Variations
Color information
#32E6DD (or 0x32E6DD) is known color: Turquoise. HEX triplet: 32, E6 and DD. RGB value is (50,230,221). Sum of RGB (Red+Green+Blue) = 50+230+221=501 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.98% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #32E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E6DD is #CD1922. Grayscale: #AFAFAF. Windows color (decimal): -13441315 or 14542386. OLE color: 14542386.
HSL color Cylindrical-coordinate representation of color #32E6DD: hue angle of 177º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E6DD is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 221 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.10 |
| HSL | 177º | 0.78% | 0.55% | - |
| HSV(B) | 177º | 0.78% | 0.9% | - |
| XYZ | 42.66 | 62.49 | 78.22 | - |
| YUV | 175.15 | 153.87 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 221 | 0.78 | 0 | 0.04 | 0.10 | 177 | 0.78 | 0.55 |
| Hex | 32 | E6 | DD | 4E | 0 | 4 | A | B1 | 4E | 37 |
| Octal | 62 | 346 | 335 | 116 | 0 | 4 | 12 | 261 | 116 | 67 |
| Binary | 110010 | 11100110 | 11011101 | 1001110 | 0 | 100 | 1010 | 10110001 | 1001110 | 110111 |
Color Harmonies of #32E6DD
Complementary color
Monochromatic Colors of #32E6DD
Black with #32E6DD
Text Example
Text Example
White with #32E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E6DD; }
p { color: rgb(50,230,221); }
H1.HeaderClassName
{
color: #32E6DD;
}
.AnyTagClassName
{
color: #32E6DD;
}
</style>
background-color css
<style>
a { background-color: #32E6DD; }
a { background-color: rgb(50,230,221); }
div.DivClassName
{
background-color: #32E6DD;
}
.BgClassName
{
background-color: #32E6DD;
}
</style>
border-color css
<style>
span { border-color: #32E6DD; }
span { border-color: rgb(50,230,221); }
td.TdClassName
{
border-color: #32E6DD;
}
.TagClassName
{
border-color: #32E6DD;
}
</style>