Shades of Turquoise #32E9E1
Tints of Turquoise #32E9E1
RGB
CMYK
RGB Variations
Color information
#32E9E1 (or 0x32E9E1) is known color: Turquoise. HEX triplet: 32, E9 and E1. RGB value is (50,233,225). Sum of RGB (Red+Green+Blue) = 50+233+225=508 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.84% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #32E9E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E9E1 is #CD161E. Grayscale: #B1B1B1. Windows color (decimal): -13440543 or 14805298. OLE color: 14805298.
HSL color Cylindrical-coordinate representation of color #32E9E1: hue angle of 177.38º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E9E1 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 233 | 225 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.09 |
| HSL | 177.38º | 0.81% | 0.55% | - |
| HSV(B) | 177.38º | 0.79% | 0.91% | - |
| XYZ | 44.04 | 64.39 | 81.34 | - |
| YUV | 177.37 | 154.87 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 233 | 225 | 0.79 | 0 | 0.03 | 0.09 | 177.38 | 0.81 | 0.55 |
| Hex | 32 | E9 | E1 | 4F | 0 | 3 | 9 | B1 | 51 | 37 |
| Octal | 62 | 351 | 341 | 117 | 0 | 3 | 11 | 261 | 121 | 67 |
| Binary | 110010 | 11101001 | 11100001 | 1001111 | 0 | 11 | 1001 | 10110001 | 1010001 | 110111 |
Color Harmonies of #32E9E1
Complementary color
Monochromatic Colors of #32E9E1
Black with #32E9E1
Text Example
Text Example
White with #32E9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E9E1; }
p { color: rgb(50,233,225); }
H1.HeaderClassName
{
color: #32E9E1;
}
.AnyTagClassName
{
color: #32E9E1;
}
</style>
background-color css
<style>
a { background-color: #32E9E1; }
a { background-color: rgb(50,233,225); }
div.DivClassName
{
background-color: #32E9E1;
}
.BgClassName
{
background-color: #32E9E1;
}
</style>
border-color css
<style>
span { border-color: #32E9E1; }
span { border-color: rgb(50,233,225); }
td.TdClassName
{
border-color: #32E9E1;
}
.TagClassName
{
border-color: #32E9E1;
}
</style>