Shades of Turquoise #50EED0
Tints of Turquoise #50EED0
RGB
CMYK
RGB Variations
Color information
#50EED0 (or 0x50EED0) is known color: Turquoise. HEX triplet: 50, EE and D0. RGB value is (80,238,208). Sum of RGB (Red+Green+Blue) = 80+238+208=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #50EED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EED0 is #AF112F. Grayscale: #BBBBBB. Windows color (decimal): -11473200 or 13692496. OLE color: 13692496.
HSL color Cylindrical-coordinate representation of color #50EED0: hue angle of 168.61º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EED0 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 208 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.07 |
| HSL | 168.61º | 0.82% | 0.62% | - |
| HSV(B) | 168.61º | 0.66% | 0.93% | - |
| XYZ | 45.27 | 67.41 | 70.3 | - |
| YUV | 187.34 | 139.65 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 208 | 0.66 | 0 | 0.13 | 0.07 | 168.61 | 0.82 | 0.62 |
| Hex | 50 | EE | D0 | 42 | 0 | D | 7 | A9 | 52 | 3E |
| Octal | 120 | 356 | 320 | 102 | 0 | 15 | 7 | 251 | 122 | 76 |
| Binary | 1010000 | 11101110 | 11010000 | 1000010 | 0 | 1101 | 111 | 10101001 | 1010010 | 111110 |
Color Harmonies of #50EED0
Complementary color
Monochromatic Colors of #50EED0
Black with #50EED0
Text Example
Text Example
White with #50EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EED0; }
p { color: rgb(80,238,208); }
H1.HeaderClassName
{
color: #50EED0;
}
.AnyTagClassName
{
color: #50EED0;
}
</style>
background-color css
<style>
a { background-color: #50EED0; }
a { background-color: rgb(80,238,208); }
div.DivClassName
{
background-color: #50EED0;
}
.BgClassName
{
background-color: #50EED0;
}
</style>
border-color css
<style>
span { border-color: #50EED0; }
span { border-color: rgb(80,238,208); }
td.TdClassName
{
border-color: #50EED0;
}
.TagClassName
{
border-color: #50EED0;
}
</style>