Shades of Turquoise #32EABD
Tints of Turquoise #32EABD
RGB
CMYK
RGB Variations
Color information
#32EABD (or 0x32EABD) is known color: Turquoise. HEX triplet: 32, EA and BD. RGB value is (50,234,189). Sum of RGB (Red+Green+Blue) = 50+234+189=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #32EABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EABD is #CD1542. Grayscale: #ADADAD. Windows color (decimal): -13440323 or 12446258. OLE color: 12446258.
HSL color Cylindrical-coordinate representation of color #32EABD: hue angle of 165.33º 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 #32EABD is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 189 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.08 |
| HSL | 165.33º | 0.81% | 0.56% | - |
| HSV(B) | 165.33º | 0.79% | 0.92% | - |
| XYZ | 39.92 | 63.2 | 58.24 | - |
| YUV | 173.85 | 136.54 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 189 | 0.79 | 0 | 0.19 | 0.08 | 165.33 | 0.81 | 0.56 |
| Hex | 32 | EA | BD | 4F | 0 | 13 | 8 | A5 | 51 | 38 |
| Octal | 62 | 352 | 275 | 117 | 0 | 23 | 10 | 245 | 121 | 70 |
| Binary | 110010 | 11101010 | 10111101 | 1001111 | 0 | 10011 | 1000 | 10100101 | 1010001 | 111000 |
Color Harmonies of #32EABD
Complementary color
Monochromatic Colors of #32EABD
Black with #32EABD
Text Example
Text Example
White with #32EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EABD; }
p { color: rgb(50,234,189); }
H1.HeaderClassName
{
color: #32EABD;
}
.AnyTagClassName
{
color: #32EABD;
}
</style>
background-color css
<style>
a { background-color: #32EABD; }
a { background-color: rgb(50,234,189); }
div.DivClassName
{
background-color: #32EABD;
}
.BgClassName
{
background-color: #32EABD;
}
</style>
border-color css
<style>
span { border-color: #32EABD; }
span { border-color: rgb(50,234,189); }
td.TdClassName
{
border-color: #32EABD;
}
.TagClassName
{
border-color: #32EABD;
}
</style>