Shades of Turquoise #32EADE
Tints of Turquoise #32EADE
RGB
CMYK
RGB Variations
Color information
#32EADE (or 0x32EADE) is known color: Turquoise. HEX triplet: 32, EA and DE. RGB value is (50,234,222). Sum of RGB (Red+Green+Blue) = 50+234+222=506 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.88% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #32EADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EADE is #CD1521. Grayscale: #B1B1B1. Windows color (decimal): -13440290 or 14608946. OLE color: 14608946.
HSL color Cylindrical-coordinate representation of color #32EADE: hue angle of 176.09º 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 #32EADE is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 222 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.08 |
| HSL | 176.09º | 0.81% | 0.56% | - |
| HSV(B) | 176.09º | 0.79% | 0.92% | - |
| XYZ | 43.92 | 64.8 | 79.3 | - |
| YUV | 177.62 | 153.04 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 222 | 0.79 | 0 | 0.05 | 0.08 | 176.09 | 0.81 | 0.56 |
| Hex | 32 | EA | DE | 4F | 0 | 5 | 8 | B0 | 51 | 38 |
| Octal | 62 | 352 | 336 | 117 | 0 | 5 | 10 | 260 | 121 | 70 |
| Binary | 110010 | 11101010 | 11011110 | 1001111 | 0 | 101 | 1000 | 10110000 | 1010001 | 111000 |
Color Harmonies of #32EADE
Complementary color
Monochromatic Colors of #32EADE
Black with #32EADE
Text Example
Text Example
White with #32EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EADE; }
p { color: rgb(50,234,222); }
H1.HeaderClassName
{
color: #32EADE;
}
.AnyTagClassName
{
color: #32EADE;
}
</style>
background-color css
<style>
a { background-color: #32EADE; }
a { background-color: rgb(50,234,222); }
div.DivClassName
{
background-color: #32EADE;
}
.BgClassName
{
background-color: #32EADE;
}
</style>
border-color css
<style>
span { border-color: #32EADE; }
span { border-color: rgb(50,234,222); }
td.TdClassName
{
border-color: #32EADE;
}
.TagClassName
{
border-color: #32EADE;
}
</style>