Shades of Turquoise #32E1C9
Tints of Turquoise #32E1C9
RGB
CMYK
RGB Variations
Color information
#32E1C9 (or 0x32E1C9) is known color: Turquoise. HEX triplet: 32, E1 and C9. RGB value is (50,225,201). Sum of RGB (Red+Green+Blue) = 50+225+201=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #32E1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E1C9 is #CD1E36. Grayscale: #A9A9A9. Windows color (decimal): -13442615 or 13230386. OLE color: 13230386.
HSL color Cylindrical-coordinate representation of color #32E1C9: hue angle of 171.77º 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 #32E1C9 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 201 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.12 |
| HSL | 171.77º | 0.74% | 0.54% | - |
| HSV(B) | 171.77º | 0.78% | 0.88% | - |
| XYZ | 38.78 | 58.75 | 64.55 | - |
| YUV | 169.94 | 145.52 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 201 | 0.78 | 0 | 0.11 | 0.12 | 171.77 | 0.74 | 0.54 |
| Hex | 32 | E1 | C9 | 4E | 0 | B | C | AC | 4A | 36 |
| Octal | 62 | 341 | 311 | 116 | 0 | 13 | 14 | 254 | 112 | 66 |
| Binary | 110010 | 11100001 | 11001001 | 1001110 | 0 | 1011 | 1100 | 10101100 | 1001010 | 110110 |
Color Harmonies of #32E1C9
Complementary color
Monochromatic Colors of #32E1C9
Black with #32E1C9
Text Example
Text Example
White with #32E1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E1C9; }
p { color: rgb(50,225,201); }
H1.HeaderClassName
{
color: #32E1C9;
}
.AnyTagClassName
{
color: #32E1C9;
}
</style>
background-color css
<style>
a { background-color: #32E1C9; }
a { background-color: rgb(50,225,201); }
div.DivClassName
{
background-color: #32E1C9;
}
.BgClassName
{
background-color: #32E1C9;
}
</style>
border-color css
<style>
span { border-color: #32E1C9; }
span { border-color: rgb(50,225,201); }
td.TdClassName
{
border-color: #32E1C9;
}
.TagClassName
{
border-color: #32E1C9;
}
</style>