Shades of Turquoise Blue #50EBEF
Tints of Turquoise Blue #50EBEF
RGB
CMYK
RGB Variations
Color information
#50EBEF (or 0x50EBEF) is known color: Turquoise Blue. HEX triplet: 50, EB and EF. RGB value is (80,235,239). Sum of RGB (Red+Green+Blue) = 80+235+239=554 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.44% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #50EBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EBEF is #AF1410. Grayscale: #BCBCBC. Windows color (decimal): -11473937 or 15723344. OLE color: 15723344.
HSL color Cylindrical-coordinate representation of color #50EBEF: hue angle of 181.51º 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 #50EBEF is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 235 | 239 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.06 |
| HSL | 181.51º | 0.83% | 0.63% | - |
| HSV(B) | 181.51º | 0.67% | 0.94% | - |
| XYZ | 48.6 | 67.35 | 92.1 | - |
| YUV | 189.11 | 156.15 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 239 | 0.67 | 0.02 | 0 | 0.06 | 181.51 | 0.83 | 0.63 |
| Hex | 50 | EB | EF | 43 | 2 | 0 | 6 | B6 | 53 | 3F |
| Octal | 120 | 353 | 357 | 103 | 2 | 0 | 6 | 266 | 123 | 77 |
| Binary | 1010000 | 11101011 | 11101111 | 1000011 | 10 | 0 | 110 | 10110110 | 1010011 | 111111 |
Color Harmonies of #50EBEF
Complementary color
Monochromatic Colors of #50EBEF
Black with #50EBEF
Text Example
Text Example
White with #50EBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EBEF; }
p { color: rgb(80,235,239); }
H1.HeaderClassName
{
color: #50EBEF;
}
.AnyTagClassName
{
color: #50EBEF;
}
</style>
background-color css
<style>
a { background-color: #50EBEF; }
a { background-color: rgb(80,235,239); }
div.DivClassName
{
background-color: #50EBEF;
}
.BgClassName
{
background-color: #50EBEF;
}
</style>
border-color css
<style>
span { border-color: #50EBEF; }
span { border-color: rgb(80,235,239); }
td.TdClassName
{
border-color: #50EBEF;
}
.TagClassName
{
border-color: #50EBEF;
}
</style>