Shades of Turquoise Blue #50EDF0
Tints of Turquoise Blue #50EDF0
RGB
CMYK
RGB Variations
Color information
#50EDF0 (or 0x50EDF0) is known color: Turquoise Blue. HEX triplet: 50, ED and F0. RGB value is (80,237,240). Sum of RGB (Red+Green+Blue) = 80+237+240=557 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.36% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #50EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EDF0 is #AF120F. Grayscale: #BEBEBE. Windows color (decimal): -11473424 or 15789392. OLE color: 15789392.
HSL color Cylindrical-coordinate representation of color #50EDF0: hue angle of 181.12º degrees, saturation: 0.84, 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 #50EDF0 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 237 | 240 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.06 |
| HSL | 181.13º | 0.84% | 0.63% | - |
| HSV(B) | 181.13º | 0.67% | 0.94% | - |
| XYZ | 49.32 | 68.57 | 93.07 | - |
| YUV | 190.4 | 155.99 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 240 | 0.67 | 0.01 | 0 | 0.06 | 181.13 | 0.84 | 0.63 |
| Hex | 50 | ED | F0 | 43 | 1 | 0 | 6 | B5 | 54 | 3F |
| Octal | 120 | 355 | 360 | 103 | 1 | 0 | 6 | 265 | 124 | 77 |
| Binary | 1010000 | 11101101 | 11110000 | 1000011 | 1 | 0 | 110 | 10110101 | 1010100 | 111111 |
Color Harmonies of #50EDF0
Complementary color
Monochromatic Colors of #50EDF0
Black with #50EDF0
Text Example
Text Example
White with #50EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDF0; }
p { color: rgb(80,237,240); }
H1.HeaderClassName
{
color: #50EDF0;
}
.AnyTagClassName
{
color: #50EDF0;
}
</style>
background-color css
<style>
a { background-color: #50EDF0; }
a { background-color: rgb(80,237,240); }
div.DivClassName
{
background-color: #50EDF0;
}
.BgClassName
{
background-color: #50EDF0;
}
</style>
border-color css
<style>
span { border-color: #50EDF0; }
span { border-color: rgb(80,237,240); }
td.TdClassName
{
border-color: #50EDF0;
}
.TagClassName
{
border-color: #50EDF0;
}
</style>