Shades of Turquoise #32E8C9
Tints of Turquoise #32E8C9
RGB
CMYK
RGB Variations
Color information
#32E8C9 (or 0x32E8C9) is known color: Turquoise. HEX triplet: 32, E8 and C9. RGB value is (50,232,201). Sum of RGB (Red+Green+Blue) = 50+232+201=483 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.35% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #32E8C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E8C9 is #CD1736. Grayscale: #ADADAD. Windows color (decimal): -13440823 or 13232178. OLE color: 13232178.
HSL color Cylindrical-coordinate representation of color #32E8C9: hue angle of 169.78º degrees, saturation: 0.8, 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 #32E8C9 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 232 | 201 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.09 |
| HSL | 169.78º | 0.8% | 0.55% | - |
| HSV(B) | 169.78º | 0.78% | 0.91% | - |
| XYZ | 40.71 | 62.61 | 65.2 | - |
| YUV | 174.05 | 143.2 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 232 | 201 | 0.78 | 0 | 0.13 | 0.09 | 169.78 | 0.8 | 0.55 |
| Hex | 32 | E8 | C9 | 4E | 0 | D | 9 | AA | 50 | 37 |
| Octal | 62 | 350 | 311 | 116 | 0 | 15 | 11 | 252 | 120 | 67 |
| Binary | 110010 | 11101000 | 11001001 | 1001110 | 0 | 1101 | 1001 | 10101010 | 1010000 | 110111 |
Color Harmonies of #32E8C9
Complementary color
Monochromatic Colors of #32E8C9
Black with #32E8C9
Text Example
Text Example
White with #32E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E8C9; }
p { color: rgb(50,232,201); }
H1.HeaderClassName
{
color: #32E8C9;
}
.AnyTagClassName
{
color: #32E8C9;
}
</style>
background-color css
<style>
a { background-color: #32E8C9; }
a { background-color: rgb(50,232,201); }
div.DivClassName
{
background-color: #32E8C9;
}
.BgClassName
{
background-color: #32E8C9;
}
</style>
border-color css
<style>
span { border-color: #32E8C9; }
span { border-color: rgb(50,232,201); }
td.TdClassName
{
border-color: #32E8C9;
}
.TagClassName
{
border-color: #32E8C9;
}
</style>