Shades of Turquoise #50EBC4
Tints of Turquoise #50EBC4
RGB
CMYK
RGB Variations
Color information
#50EBC4 (or 0x50EBC4) is known color: Turquoise. HEX triplet: 50, EB and C4. RGB value is (80,235,196). Sum of RGB (Red+Green+Blue) = 80+235+196=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EBC4 is #AF143B. Grayscale: #B8B8B8. Windows color (decimal): -11473980 or 12905296. OLE color: 12905296.
HSL color Cylindrical-coordinate representation of color #50EBC4: hue angle of 164.9º 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 #50EBC4 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 196 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.08 |
| HSL | 164.9º | 0.79% | 0.62% | - |
| HSV(B) | 164.9º | 0.66% | 0.92% | - |
| XYZ | 42.98 | 65.11 | 62.53 | - |
| YUV | 184.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 196 | 0.66 | 0 | 0.17 | 0.08 | 164.9 | 0.79 | 0.62 |
| Hex | 50 | EB | C4 | 42 | 0 | 11 | 8 | A5 | 4F | 3E |
| Octal | 120 | 353 | 304 | 102 | 0 | 21 | 10 | 245 | 117 | 76 |
| Binary | 1010000 | 11101011 | 11000100 | 1000010 | 0 | 10001 | 1000 | 10100101 | 1001111 | 111110 |
Color Harmonies of #50EBC4
Complementary color
Monochromatic Colors of #50EBC4
Black with #50EBC4
Text Example
Text Example
White with #50EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EBC4; }
p { color: rgb(80,235,196); }
H1.HeaderClassName
{
color: #50EBC4;
}
.AnyTagClassName
{
color: #50EBC4;
}
</style>
background-color css
<style>
a { background-color: #50EBC4; }
a { background-color: rgb(80,235,196); }
div.DivClassName
{
background-color: #50EBC4;
}
.BgClassName
{
background-color: #50EBC4;
}
</style>
border-color css
<style>
span { border-color: #50EBC4; }
span { border-color: rgb(80,235,196); }
td.TdClassName
{
border-color: #50EBC4;
}
.TagClassName
{
border-color: #50EBC4;
}
</style>