Shades of Turquoise #50EFB5
Tints of Turquoise #50EFB5
RGB
CMYK
RGB Variations
Color information
#50EFB5 (or 0x50EFB5) is known color: Turquoise. HEX triplet: 50, EF and B5. RGB value is (80,239,181). Sum of RGB (Red+Green+Blue) = 80+239+181=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EFB5 is #AF104A. Grayscale: #B8B8B8. Windows color (decimal): -11472971 or 11923280. OLE color: 11923280.
HSL color Cylindrical-coordinate representation of color #50EFB5: hue angle of 158.11º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EFB5 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 181 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.06 |
| HSL | 158.11º | 0.83% | 0.63% | - |
| HSV(B) | 158.11º | 0.67% | 0.94% | - |
| XYZ | 42.52 | 66.77 | 54.36 | - |
| YUV | 184.85 | 125.82 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 181 | 0.67 | 0 | 0.24 | 0.06 | 158.11 | 0.83 | 0.63 |
| Hex | 50 | EF | B5 | 43 | 0 | 18 | 6 | 9E | 53 | 3F |
| Octal | 120 | 357 | 265 | 103 | 0 | 30 | 6 | 236 | 123 | 77 |
| Binary | 1010000 | 11101111 | 10110101 | 1000011 | 0 | 11000 | 110 | 10011110 | 1010011 | 111111 |
Color Harmonies of #50EFB5
Complementary color
Monochromatic Colors of #50EFB5
Black with #50EFB5
Text Example
Text Example
White with #50EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EFB5; }
p { color: rgb(80,239,181); }
H1.HeaderClassName
{
color: #50EFB5;
}
.AnyTagClassName
{
color: #50EFB5;
}
</style>
background-color css
<style>
a { background-color: #50EFB5; }
a { background-color: rgb(80,239,181); }
div.DivClassName
{
background-color: #50EFB5;
}
.BgClassName
{
background-color: #50EFB5;
}
</style>
border-color css
<style>
span { border-color: #50EFB5; }
span { border-color: rgb(80,239,181); }
td.TdClassName
{
border-color: #50EFB5;
}
.TagClassName
{
border-color: #50EFB5;
}
</style>