Shades of Turquoise #32E4CD
Tints of Turquoise #32E4CD
RGB
CMYK
RGB Variations
Color information
#32E4CD (or 0x32E4CD) is known color: Turquoise. HEX triplet: 32, E4 and CD. RGB value is (50,228,205). Sum of RGB (Red+Green+Blue) = 50+228+205=483 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.35% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #32E4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E4CD is #CD1B32. Grayscale: #ACACAC. Windows color (decimal): -13441843 or 13493298. OLE color: 13493298.
HSL color Cylindrical-coordinate representation of color #32E4CD: hue angle of 172.25º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E4CD is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 205 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.11 |
| HSL | 172.25º | 0.77% | 0.55% | - |
| HSV(B) | 172.25º | 0.78% | 0.89% | - |
| XYZ | 40.08 | 60.57 | 67.34 | - |
| YUV | 172.16 | 146.53 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 205 | 0.78 | 0 | 0.10 | 0.11 | 172.25 | 0.77 | 0.55 |
| Hex | 32 | E4 | CD | 4E | 0 | A | B | AC | 4D | 37 |
| Octal | 62 | 344 | 315 | 116 | 0 | 12 | 13 | 254 | 115 | 67 |
| Binary | 110010 | 11100100 | 11001101 | 1001110 | 0 | 1010 | 1011 | 10101100 | 1001101 | 110111 |
Color Harmonies of #32E4CD
Complementary color
Monochromatic Colors of #32E4CD
Black with #32E4CD
Text Example
Text Example
White with #32E4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E4CD; }
p { color: rgb(50,228,205); }
H1.HeaderClassName
{
color: #32E4CD;
}
.AnyTagClassName
{
color: #32E4CD;
}
</style>
background-color css
<style>
a { background-color: #32E4CD; }
a { background-color: rgb(50,228,205); }
div.DivClassName
{
background-color: #32E4CD;
}
.BgClassName
{
background-color: #32E4CD;
}
</style>
border-color css
<style>
span { border-color: #32E4CD; }
span { border-color: rgb(50,228,205); }
td.TdClassName
{
border-color: #32E4CD;
}
.TagClassName
{
border-color: #32E4CD;
}
</style>