Shades of Turquoise Blue #50EAF5
Tints of Turquoise Blue #50EAF5
RGB
CMYK
RGB Variations
Color information
#50EAF5 (or 0x50EAF5) is known color: Turquoise Blue. HEX triplet: 50, EA and F5. RGB value is (80,234,245). Sum of RGB (Red+Green+Blue) = 80+234+245=559 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.31% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #50EAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EAF5 is #AF150A. Grayscale: #BDBDBD. Windows color (decimal): -11474187 or 16116304. OLE color: 16116304.
HSL color Cylindrical-coordinate representation of color #50EAF5: hue angle of 184º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EAF5 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 234 | 245 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.04 |
| HSL | 184º | 0.89% | 0.64% | - |
| HSV(B) | 184º | 0.67% | 0.96% | - |
| XYZ | 49.21 | 67.14 | 96.75 | - |
| YUV | 189.21 | 159.48 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 245 | 0.67 | 0.04 | 0 | 0.04 | 184 | 0.89 | 0.64 |
| Hex | 50 | EA | F5 | 43 | 4 | 0 | 4 | B8 | 59 | 40 |
| Octal | 120 | 352 | 365 | 103 | 4 | 0 | 4 | 270 | 131 | 100 |
| Binary | 1010000 | 11101010 | 11110101 | 1000011 | 100 | 0 | 100 | 10111000 | 1011001 | 1000000 |
Color Harmonies of #50EAF5
Complementary color
Monochromatic Colors of #50EAF5
Black with #50EAF5
Text Example
Text Example
White with #50EAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EAF5; }
p { color: rgb(80,234,245); }
H1.HeaderClassName
{
color: #50EAF5;
}
.AnyTagClassName
{
color: #50EAF5;
}
</style>
background-color css
<style>
a { background-color: #50EAF5; }
a { background-color: rgb(80,234,245); }
div.DivClassName
{
background-color: #50EAF5;
}
.BgClassName
{
background-color: #50EAF5;
}
</style>
border-color css
<style>
span { border-color: #50EAF5; }
span { border-color: rgb(80,234,245); }
td.TdClassName
{
border-color: #50EAF5;
}
.TagClassName
{
border-color: #50EAF5;
}
</style>