Shades of Turquoise Blue #50EDED
Tints of Turquoise Blue #50EDED
RGB
CMYK
RGB Variations
Color information
#50EDED (or 0x50EDED) is known color: Turquoise Blue. HEX triplet: 50, ED and ED. RGB value is (80,237,237). Sum of RGB (Red+Green+Blue) = 80+237+237=554 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.44% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #50EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EDED is #AF1212. Grayscale: #BDBDBD. Windows color (decimal): -11473427 or 15592784. OLE color: 15592784.
HSL color Cylindrical-coordinate representation of color #50EDED: hue angle of 180º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EDED is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 237 | - |
| CMYK | 0.66 | 0 | 0 | 0.07 |
| HSL | 180º | 0.81% | 0.62% | - |
| HSV(B) | 180º | 0.66% | 0.93% | - |
| XYZ | 48.88 | 68.39 | 90.74 | - |
| YUV | 190.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 237 | 0.66 | 0 | 0 | 0.07 | 180 | 0.81 | 0.62 |
| Hex | 50 | ED | ED | 42 | 0 | 0 | 7 | B4 | 51 | 3E |
| Octal | 120 | 355 | 355 | 102 | 0 | 0 | 7 | 264 | 121 | 76 |
| Binary | 1010000 | 11101101 | 11101101 | 1000010 | 0 | 0 | 111 | 10110100 | 1010001 | 111110 |
Color Harmonies of #50EDED
Complementary color
Monochromatic Colors of #50EDED
Black with #50EDED
Text Example
Text Example
White with #50EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDED; }
p { color: rgb(80,237,237); }
H1.HeaderClassName
{
color: #50EDED;
}
.AnyTagClassName
{
color: #50EDED;
}
</style>
background-color css
<style>
a { background-color: #50EDED; }
a { background-color: rgb(80,237,237); }
div.DivClassName
{
background-color: #50EDED;
}
.BgClassName
{
background-color: #50EDED;
}
</style>
border-color css
<style>
span { border-color: #50EDED; }
span { border-color: rgb(80,237,237); }
td.TdClassName
{
border-color: #50EDED;
}
.TagClassName
{
border-color: #50EDED;
}
</style>