Shades of Turquoise #32EED8
Tints of Turquoise #32EED8
RGB
CMYK
RGB Variations
Color information
#32EED8 (or 0x32EED8) is known color: Turquoise. HEX triplet: 32, EE and D8. RGB value is (50,238,216). Sum of RGB (Red+Green+Blue) = 50+238+216=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #32EED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EED8 is #CD1127. Grayscale: #B3B3B3. Windows color (decimal): -13439272 or 14216754. OLE color: 14216754.
HSL color Cylindrical-coordinate representation of color #32EED8: hue angle of 172.98º 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 #32EED8 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 216 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.07 |
| HSL | 172.98º | 0.85% | 0.56% | - |
| HSV(B) | 172.98º | 0.79% | 0.93% | - |
| XYZ | 44.28 | 66.79 | 75.52 | - |
| YUV | 179.28 | 148.72 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 216 | 0.79 | 0 | 0.09 | 0.07 | 172.98 | 0.85 | 0.56 |
| Hex | 32 | EE | D8 | 4F | 0 | 9 | 7 | AD | 55 | 38 |
| Octal | 62 | 356 | 330 | 117 | 0 | 11 | 7 | 255 | 125 | 70 |
| Binary | 110010 | 11101110 | 11011000 | 1001111 | 0 | 1001 | 111 | 10101101 | 1010101 | 111000 |
Color Harmonies of #32EED8
Complementary color
Monochromatic Colors of #32EED8
Black with #32EED8
Text Example
Text Example
White with #32EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EED8; }
p { color: rgb(50,238,216); }
H1.HeaderClassName
{
color: #32EED8;
}
.AnyTagClassName
{
color: #32EED8;
}
</style>
background-color css
<style>
a { background-color: #32EED8; }
a { background-color: rgb(50,238,216); }
div.DivClassName
{
background-color: #32EED8;
}
.BgClassName
{
background-color: #32EED8;
}
</style>
border-color css
<style>
span { border-color: #32EED8; }
span { border-color: rgb(50,238,216); }
td.TdClassName
{
border-color: #32EED8;
}
.TagClassName
{
border-color: #32EED8;
}
</style>