Shades of Turquoise #32E9D0
Tints of Turquoise #32E9D0
RGB
CMYK
RGB Variations
Color information
#32E9D0 (or 0x32E9D0) is known color: Turquoise. HEX triplet: 32, E9 and D0. RGB value is (50,233,208). Sum of RGB (Red+Green+Blue) = 50+233+208=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #32E9D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E9D0 is #CD162F. Grayscale: #AFAFAF. Windows color (decimal): -13440560 or 13691186. OLE color: 13691186.
HSL color Cylindrical-coordinate representation of color #32E9D0: hue angle of 171.8º 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 #32E9D0 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 233 | 208 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.09 |
| HSL | 171.8º | 0.81% | 0.55% | - |
| HSV(B) | 171.8º | 0.79% | 0.91% | - |
| XYZ | 41.84 | 63.51 | 69.73 | - |
| YUV | 175.43 | 146.37 | 38.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 233 | 208 | 0.79 | 0 | 0.11 | 0.09 | 171.8 | 0.81 | 0.55 |
| Hex | 32 | E9 | D0 | 4F | 0 | B | 9 | AC | 51 | 37 |
| Octal | 62 | 351 | 320 | 117 | 0 | 13 | 11 | 254 | 121 | 67 |
| Binary | 110010 | 11101001 | 11010000 | 1001111 | 0 | 1011 | 1001 | 10101100 | 1010001 | 110111 |
Color Harmonies of #32E9D0
Complementary color
Monochromatic Colors of #32E9D0
Black with #32E9D0
Text Example
Text Example
White with #32E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E9D0; }
p { color: rgb(50,233,208); }
H1.HeaderClassName
{
color: #32E9D0;
}
.AnyTagClassName
{
color: #32E9D0;
}
</style>
background-color css
<style>
a { background-color: #32E9D0; }
a { background-color: rgb(50,233,208); }
div.DivClassName
{
background-color: #32E9D0;
}
.BgClassName
{
background-color: #32E9D0;
}
</style>
border-color css
<style>
span { border-color: #32E9D0; }
span { border-color: rgb(50,233,208); }
td.TdClassName
{
border-color: #32E9D0;
}
.TagClassName
{
border-color: #32E9D0;
}
</style>