Shades of Turquoise #50EACA
Tints of Turquoise #50EACA
RGB
CMYK
RGB Variations
Color information
#50EACA (or 0x50EACA) is known color: Turquoise. HEX triplet: 50, EA and CA. RGB value is (80,234,202). Sum of RGB (Red+Green+Blue) = 80+234+202=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #50EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EACA is #AF1535. Grayscale: #B8B8B8. Windows color (decimal): -11474230 or 13298256. OLE color: 13298256.
HSL color Cylindrical-coordinate representation of color #50EACA: hue angle of 167.53º 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 #50EACA is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 202 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.08 |
| HSL | 167.53º | 0.79% | 0.62% | - |
| HSV(B) | 167.53º | 0.66% | 0.92% | - |
| XYZ | 43.39 | 64.82 | 66.1 | - |
| YUV | 184.31 | 137.98 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 202 | 0.66 | 0 | 0.14 | 0.08 | 167.53 | 0.79 | 0.62 |
| Hex | 50 | EA | CA | 42 | 0 | E | 8 | A8 | 4F | 3E |
| Octal | 120 | 352 | 312 | 102 | 0 | 16 | 10 | 250 | 117 | 76 |
| Binary | 1010000 | 11101010 | 11001010 | 1000010 | 0 | 1110 | 1000 | 10101000 | 1001111 | 111110 |
Color Harmonies of #50EACA
Complementary color
Monochromatic Colors of #50EACA
Black with #50EACA
Text Example
Text Example
White with #50EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EACA; }
p { color: rgb(80,234,202); }
H1.HeaderClassName
{
color: #50EACA;
}
.AnyTagClassName
{
color: #50EACA;
}
</style>
background-color css
<style>
a { background-color: #50EACA; }
a { background-color: rgb(80,234,202); }
div.DivClassName
{
background-color: #50EACA;
}
.BgClassName
{
background-color: #50EACA;
}
</style>
border-color css
<style>
span { border-color: #50EACA; }
span { border-color: rgb(80,234,202); }
td.TdClassName
{
border-color: #50EACA;
}
.TagClassName
{
border-color: #50EACA;
}
</style>