Shades of Turquoise #32E1D7
Tints of Turquoise #32E1D7
RGB
CMYK
RGB Variations
Color information
#32E1D7 (or 0x32E1D7) is known color: Turquoise. HEX triplet: 32, E1 and D7. RGB value is (50,225,215). Sum of RGB (Red+Green+Blue) = 50+225+215=490 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.20% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #32E1D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E1D7 is #CD1E28. Grayscale: #ABABAB. Windows color (decimal): -13442601 or 14147890. OLE color: 14147890.
HSL color Cylindrical-coordinate representation of color #32E1D7: hue angle of 176.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E1D7 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 215 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.12 |
| HSL | 176.57º | 0.74% | 0.54% | - |
| HSV(B) | 176.57º | 0.78% | 0.88% | - |
| XYZ | 40.51 | 59.43 | 73.63 | - |
| YUV | 171.54 | 152.52 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 215 | 0.78 | 0 | 0.04 | 0.12 | 176.57 | 0.74 | 0.54 |
| Hex | 32 | E1 | D7 | 4E | 0 | 4 | C | B1 | 4A | 36 |
| Octal | 62 | 341 | 327 | 116 | 0 | 4 | 14 | 261 | 112 | 66 |
| Binary | 110010 | 11100001 | 11010111 | 1001110 | 0 | 100 | 1100 | 10110001 | 1001010 | 110110 |
Color Harmonies of #32E1D7
Complementary color
Monochromatic Colors of #32E1D7
Black with #32E1D7
Text Example
Text Example
White with #32E1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E1D7; }
p { color: rgb(50,225,215); }
H1.HeaderClassName
{
color: #32E1D7;
}
.AnyTagClassName
{
color: #32E1D7;
}
</style>
background-color css
<style>
a { background-color: #32E1D7; }
a { background-color: rgb(50,225,215); }
div.DivClassName
{
background-color: #32E1D7;
}
.BgClassName
{
background-color: #32E1D7;
}
</style>
border-color css
<style>
span { border-color: #32E1D7; }
span { border-color: rgb(50,225,215); }
td.TdClassName
{
border-color: #32E1D7;
}
.TagClassName
{
border-color: #32E1D7;
}
</style>