Shades of Turquoise #32EEDE
Tints of Turquoise #32EEDE
RGB
CMYK
RGB Variations
Color information
#32EEDE (or 0x32EEDE) is known color: Turquoise. HEX triplet: 32, EE and DE. RGB value is (50,238,222). Sum of RGB (Red+Green+Blue) = 50+238+222=510 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.80% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #32EEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EEDE is #CD1121. Grayscale: #B3B3B3. Windows color (decimal): -13439266 or 14609970. OLE color: 14609970.
HSL color Cylindrical-coordinate representation of color #32EEDE: hue angle of 174.89º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EEDE is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 222 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.07 |
| HSL | 174.89º | 0.85% | 0.56% | - |
| HSV(B) | 174.89º | 0.79% | 0.93% | - |
| XYZ | 45.07 | 67.1 | 79.68 | - |
| YUV | 179.96 | 151.72 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 222 | 0.79 | 0 | 0.07 | 0.07 | 174.89 | 0.85 | 0.56 |
| Hex | 32 | EE | DE | 4F | 0 | 7 | 7 | AF | 55 | 38 |
| Octal | 62 | 356 | 336 | 117 | 0 | 7 | 7 | 257 | 125 | 70 |
| Binary | 110010 | 11101110 | 11011110 | 1001111 | 0 | 111 | 111 | 10101111 | 1010101 | 111000 |
Color Harmonies of #32EEDE
Complementary color
Monochromatic Colors of #32EEDE
Black with #32EEDE
Text Example
Text Example
White with #32EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EEDE; }
p { color: rgb(50,238,222); }
H1.HeaderClassName
{
color: #32EEDE;
}
.AnyTagClassName
{
color: #32EEDE;
}
</style>
background-color css
<style>
a { background-color: #32EEDE; }
a { background-color: rgb(50,238,222); }
div.DivClassName
{
background-color: #32EEDE;
}
.BgClassName
{
background-color: #32EEDE;
}
</style>
border-color css
<style>
span { border-color: #32EEDE; }
span { border-color: rgb(50,238,222); }
td.TdClassName
{
border-color: #32EEDE;
}
.TagClassName
{
border-color: #32EEDE;
}
</style>