Shades of Turquoise Blue #50E9F9
Tints of Turquoise Blue #50E9F9
RGB
CMYK
RGB Variations
Color information
#50E9F9 (or 0x50E9F9) is known color: Turquoise Blue. HEX triplet: 50, E9 and F9. RGB value is (80,233,249). Sum of RGB (Red+Green+Blue) = 80+233+249=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #50E9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E9F9 is #AF1606. Grayscale: #BCBCBC. Windows color (decimal): -11474439 or 16378192. OLE color: 16378192.
HSL color Cylindrical-coordinate representation of color #50E9F9: hue angle of 185.68º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50E9F9 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 233 | 249 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.02 |
| HSL | 185.68º | 0.93% | 0.65% | - |
| HSV(B) | 185.68º | 0.68% | 0.98% | - |
| XYZ | 49.55 | 66.82 | 99.91 | - |
| YUV | 189.08 | 161.81 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 249 | 0.68 | 0.06 | 0 | 0.02 | 185.68 | 0.93 | 0.65 |
| Hex | 50 | E9 | F9 | 44 | 6 | 0 | 2 | BA | 5D | 41 |
| Octal | 120 | 351 | 371 | 104 | 6 | 0 | 2 | 272 | 135 | 101 |
| Binary | 1010000 | 11101001 | 11111001 | 1000100 | 110 | 0 | 10 | 10111010 | 1011101 | 1000001 |
Color Harmonies of #50E9F9
Complementary color
Monochromatic Colors of #50E9F9
Black with #50E9F9
Text Example
Text Example
White with #50E9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E9F9; }
p { color: rgb(80,233,249); }
H1.HeaderClassName
{
color: #50E9F9;
}
.AnyTagClassName
{
color: #50E9F9;
}
</style>
background-color css
<style>
a { background-color: #50E9F9; }
a { background-color: rgb(80,233,249); }
div.DivClassName
{
background-color: #50E9F9;
}
.BgClassName
{
background-color: #50E9F9;
}
</style>
border-color css
<style>
span { border-color: #50E9F9; }
span { border-color: rgb(80,233,249); }
td.TdClassName
{
border-color: #50E9F9;
}
.TagClassName
{
border-color: #50E9F9;
}
</style>