Shades of Turquoise #32EAB7
Tints of Turquoise #32EAB7
RGB
CMYK
RGB Variations
Color information
#32EAB7 (or 0x32EAB7) is known color: Turquoise. HEX triplet: 32, EA and B7. RGB value is (50,234,183). Sum of RGB (Red+Green+Blue) = 50+234+183=467 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.71% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #32EAB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EAB7 is #CD1548. Grayscale: #ADADAD. Windows color (decimal): -13440329 or 12053042. OLE color: 12053042.
HSL color Cylindrical-coordinate representation of color #32EAB7: hue angle of 163.37º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EAB7 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 183 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.08 |
| HSL | 163.37º | 0.81% | 0.56% | - |
| HSV(B) | 163.37º | 0.79% | 0.92% | - |
| XYZ | 39.29 | 62.94 | 54.88 | - |
| YUV | 173.17 | 133.54 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 183 | 0.79 | 0 | 0.22 | 0.08 | 163.37 | 0.81 | 0.56 |
| Hex | 32 | EA | B7 | 4F | 0 | 16 | 8 | A3 | 51 | 38 |
| Octal | 62 | 352 | 267 | 117 | 0 | 26 | 10 | 243 | 121 | 70 |
| Binary | 110010 | 11101010 | 10110111 | 1001111 | 0 | 10110 | 1000 | 10100011 | 1010001 | 111000 |
Color Harmonies of #32EAB7
Complementary color
Monochromatic Colors of #32EAB7
Black with #32EAB7
Text Example
Text Example
White with #32EAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAB7; }
p { color: rgb(50,234,183); }
H1.HeaderClassName
{
color: #32EAB7;
}
.AnyTagClassName
{
color: #32EAB7;
}
</style>
background-color css
<style>
a { background-color: #32EAB7; }
a { background-color: rgb(50,234,183); }
div.DivClassName
{
background-color: #32EAB7;
}
.BgClassName
{
background-color: #32EAB7;
}
</style>
border-color css
<style>
span { border-color: #32EAB7; }
span { border-color: rgb(50,234,183); }
td.TdClassName
{
border-color: #32EAB7;
}
.TagClassName
{
border-color: #32EAB7;
}
</style>