Shades of Turquoise #50E6CA
Tints of Turquoise #50E6CA
RGB
CMYK
RGB Variations
Color information
#50E6CA (or 0x50E6CA) is known color: Turquoise. HEX triplet: 50, E6 and CA. RGB value is (80,230,202). Sum of RGB (Red+Green+Blue) = 80+230+202=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #50E6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E6CA is #AF1935. Grayscale: #B5B5B5. Windows color (decimal): -11475254 or 13297232. OLE color: 13297232.
HSL color Cylindrical-coordinate representation of color #50E6CA: hue angle of 168.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E6CA is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 230 | 202 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.10 |
| HSL | 168.8º | 0.75% | 0.61% | - |
| HSV(B) | 168.8º | 0.65% | 0.9% | - |
| XYZ | 42.27 | 62.56 | 65.73 | - |
| YUV | 181.96 | 139.31 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 230 | 202 | 0.65 | 0 | 0.12 | 0.10 | 168.8 | 0.75 | 0.61 |
| Hex | 50 | E6 | CA | 41 | 0 | C | A | A9 | 4B | 3D |
| Octal | 120 | 346 | 312 | 101 | 0 | 14 | 12 | 251 | 113 | 75 |
| Binary | 1010000 | 11100110 | 11001010 | 1000001 | 0 | 1100 | 1010 | 10101001 | 1001011 | 111101 |
Color Harmonies of #50E6CA
Complementary color
Monochromatic Colors of #50E6CA
Black with #50E6CA
Text Example
Text Example
White with #50E6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E6CA; }
p { color: rgb(80,230,202); }
H1.HeaderClassName
{
color: #50E6CA;
}
.AnyTagClassName
{
color: #50E6CA;
}
</style>
background-color css
<style>
a { background-color: #50E6CA; }
a { background-color: rgb(80,230,202); }
div.DivClassName
{
background-color: #50E6CA;
}
.BgClassName
{
background-color: #50E6CA;
}
</style>
border-color css
<style>
span { border-color: #50E6CA; }
span { border-color: rgb(80,230,202); }
td.TdClassName
{
border-color: #50E6CA;
}
.TagClassName
{
border-color: #50E6CA;
}
</style>