Shades of Turquoise Blue #50DCEC
Tints of Turquoise Blue #50DCEC
RGB
CMYK
RGB Variations
Color information
#50DCEC (or 0x50DCEC) is known color: Turquoise Blue. HEX triplet: 50, DC and EC. RGB value is (80,220,236). Sum of RGB (Red+Green+Blue) = 80+220+236=536 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.93% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #50DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DCEC is #AF2313. Grayscale: #B3B3B3. Windows color (decimal): -11477780 or 15522896. OLE color: 15522896.
HSL color Cylindrical-coordinate representation of color #50DCEC: hue angle of 186.15º degrees, saturation: 0.8, 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 #50DCEC is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 220 | 236 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.07 |
| HSL | 186.15º | 0.8% | 0.62% | - |
| HSV(B) | 186.15º | 0.66% | 0.93% | - |
| XYZ | 44.04 | 58.95 | 88.41 | - |
| YUV | 179.96 | 159.62 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 236 | 0.66 | 0.07 | 0 | 0.07 | 186.15 | 0.8 | 0.62 |
| Hex | 50 | DC | EC | 42 | 7 | 0 | 7 | BA | 50 | 3E |
| Octal | 120 | 334 | 354 | 102 | 7 | 0 | 7 | 272 | 120 | 76 |
| Binary | 1010000 | 11011100 | 11101100 | 1000010 | 111 | 0 | 111 | 10111010 | 1010000 | 111110 |
Color Harmonies of #50DCEC
Complementary color
Monochromatic Colors of #50DCEC
Black with #50DCEC
Text Example
Text Example
White with #50DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DCEC; }
p { color: rgb(80,220,236); }
H1.HeaderClassName
{
color: #50DCEC;
}
.AnyTagClassName
{
color: #50DCEC;
}
</style>
background-color css
<style>
a { background-color: #50DCEC; }
a { background-color: rgb(80,220,236); }
div.DivClassName
{
background-color: #50DCEC;
}
.BgClassName
{
background-color: #50DCEC;
}
</style>
border-color css
<style>
span { border-color: #50DCEC; }
span { border-color: rgb(80,220,236); }
td.TdClassName
{
border-color: #50DCEC;
}
.TagClassName
{
border-color: #50DCEC;
}
</style>