Shades of Turquoise #32EADC
Tints of Turquoise #32EADC
RGB
CMYK
RGB Variations
Color information
#32EADC (or 0x32EADC) is known color: Turquoise. HEX triplet: 32, EA and DC. RGB value is (50,234,220). Sum of RGB (Red+Green+Blue) = 50+234+220=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #32EADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EADC is #CD1523. Grayscale: #B1B1B1. Windows color (decimal): -13440292 or 14477874. OLE color: 14477874.
HSL color Cylindrical-coordinate representation of color #32EADC: hue angle of 175.43º 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 #32EADC is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 220 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.08 |
| HSL | 175.43º | 0.81% | 0.56% | - |
| HSV(B) | 175.43º | 0.79% | 0.92% | - |
| XYZ | 43.66 | 64.69 | 77.9 | - |
| YUV | 177.39 | 152.04 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 220 | 0.79 | 0 | 0.06 | 0.08 | 175.43 | 0.81 | 0.56 |
| Hex | 32 | EA | DC | 4F | 0 | 6 | 8 | AF | 51 | 38 |
| Octal | 62 | 352 | 334 | 117 | 0 | 6 | 10 | 257 | 121 | 70 |
| Binary | 110010 | 11101010 | 11011100 | 1001111 | 0 | 110 | 1000 | 10101111 | 1010001 | 111000 |
Color Harmonies of #32EADC
Complementary color
Monochromatic Colors of #32EADC
Black with #32EADC
Text Example
Text Example
White with #32EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EADC; }
p { color: rgb(50,234,220); }
H1.HeaderClassName
{
color: #32EADC;
}
.AnyTagClassName
{
color: #32EADC;
}
</style>
background-color css
<style>
a { background-color: #32EADC; }
a { background-color: rgb(50,234,220); }
div.DivClassName
{
background-color: #32EADC;
}
.BgClassName
{
background-color: #32EADC;
}
</style>
border-color css
<style>
span { border-color: #32EADC; }
span { border-color: rgb(50,234,220); }
td.TdClassName
{
border-color: #32EADC;
}
.TagClassName
{
border-color: #32EADC;
}
</style>