Shades of Turquoise #32EABF
Tints of Turquoise #32EABF
RGB
CMYK
RGB Variations
Color information
#32EABF (or 0x32EABF) is known color: Turquoise. HEX triplet: 32, EA and BF. RGB value is (50,234,191). Sum of RGB (Red+Green+Blue) = 50+234+191=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #32EABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EABF is #CD1540. Grayscale: #AEAEAE. Windows color (decimal): -13440321 or 12577330. OLE color: 12577330.
HSL color Cylindrical-coordinate representation of color #32EABF: hue angle of 165.98º 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 #32EABF is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 191 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.08 |
| HSL | 165.98º | 0.81% | 0.56% | - |
| HSV(B) | 165.98º | 0.79% | 0.92% | - |
| XYZ | 40.14 | 63.29 | 59.39 | - |
| YUV | 174.08 | 137.54 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 191 | 0.79 | 0 | 0.18 | 0.08 | 165.98 | 0.81 | 0.56 |
| Hex | 32 | EA | BF | 4F | 0 | 12 | 8 | A6 | 51 | 38 |
| Octal | 62 | 352 | 277 | 117 | 0 | 22 | 10 | 246 | 121 | 70 |
| Binary | 110010 | 11101010 | 10111111 | 1001111 | 0 | 10010 | 1000 | 10100110 | 1010001 | 111000 |
Color Harmonies of #32EABF
Complementary color
Monochromatic Colors of #32EABF
Black with #32EABF
Text Example
Text Example
White with #32EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EABF; }
p { color: rgb(50,234,191); }
H1.HeaderClassName
{
color: #32EABF;
}
.AnyTagClassName
{
color: #32EABF;
}
</style>
background-color css
<style>
a { background-color: #32EABF; }
a { background-color: rgb(50,234,191); }
div.DivClassName
{
background-color: #32EABF;
}
.BgClassName
{
background-color: #32EABF;
}
</style>
border-color css
<style>
span { border-color: #32EABF; }
span { border-color: rgb(50,234,191); }
td.TdClassName
{
border-color: #32EABF;
}
.TagClassName
{
border-color: #32EABF;
}
</style>