Shades of Turquoise #50EADB
Tints of Turquoise #50EADB
RGB
CMYK
RGB Variations
Color information
#50EADB (or 0x50EADB) is known color: Turquoise. HEX triplet: 50, EA and DB. RGB value is (80,234,219). Sum of RGB (Red+Green+Blue) = 80+234+219=533 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.01% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #50EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EADB is #AF1524. Grayscale: #BABABA. Windows color (decimal): -11474213 or 14412368. OLE color: 14412368.
HSL color Cylindrical-coordinate representation of color #50EADB: hue angle of 174.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EADB is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 219 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.08 |
| HSL | 174.16º | 0.79% | 0.62% | - |
| HSV(B) | 174.16º | 0.66% | 0.92% | - |
| XYZ | 45.52 | 65.67 | 77.29 | - |
| YUV | 186.24 | 146.48 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 219 | 0.66 | 0 | 0.06 | 0.08 | 174.16 | 0.79 | 0.62 |
| Hex | 50 | EA | DB | 42 | 0 | 6 | 8 | AE | 4F | 3E |
| Octal | 120 | 352 | 333 | 102 | 0 | 6 | 10 | 256 | 117 | 76 |
| Binary | 1010000 | 11101010 | 11011011 | 1000010 | 0 | 110 | 1000 | 10101110 | 1001111 | 111110 |
Color Harmonies of #50EADB
Complementary color
Monochromatic Colors of #50EADB
Black with #50EADB
Text Example
Text Example
White with #50EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EADB; }
p { color: rgb(80,234,219); }
H1.HeaderClassName
{
color: #50EADB;
}
.AnyTagClassName
{
color: #50EADB;
}
</style>
background-color css
<style>
a { background-color: #50EADB; }
a { background-color: rgb(80,234,219); }
div.DivClassName
{
background-color: #50EADB;
}
.BgClassName
{
background-color: #50EADB;
}
</style>
border-color css
<style>
span { border-color: #50EADB; }
span { border-color: rgb(80,234,219); }
td.TdClassName
{
border-color: #50EADB;
}
.TagClassName
{
border-color: #50EADB;
}
</style>