Shades of Turquoise Blue #50DBEC
Tints of Turquoise Blue #50DBEC
RGB
CMYK
RGB Variations
Color information
#50DBEC (or 0x50DBEC) is known color: Turquoise Blue. HEX triplet: 50, DB and EC. RGB value is (80,219,236). Sum of RGB (Red+Green+Blue) = 80+219+236=535 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.95% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #50DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DBEC is #AF2413. Grayscale: #B3B3B3. Windows color (decimal): -11478036 or 15522640. OLE color: 15522640.
HSL color Cylindrical-coordinate representation of color #50DBEC: hue angle of 186.54º 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 #50DBEC is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 219 | 236 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.07 |
| HSL | 186.54º | 0.8% | 0.62% | - |
| HSV(B) | 186.54º | 0.66% | 0.93% | - |
| XYZ | 43.78 | 58.42 | 88.33 | - |
| YUV | 179.38 | 159.95 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 236 | 0.66 | 0.07 | 0 | 0.07 | 186.54 | 0.8 | 0.62 |
| Hex | 50 | DB | EC | 42 | 7 | 0 | 7 | BB | 50 | 3E |
| Octal | 120 | 333 | 354 | 102 | 7 | 0 | 7 | 273 | 120 | 76 |
| Binary | 1010000 | 11011011 | 11101100 | 1000010 | 111 | 0 | 111 | 10111011 | 1010000 | 111110 |
Color Harmonies of #50DBEC
Complementary color
Monochromatic Colors of #50DBEC
Black with #50DBEC
Text Example
Text Example
White with #50DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBEC; }
p { color: rgb(80,219,236); }
H1.HeaderClassName
{
color: #50DBEC;
}
.AnyTagClassName
{
color: #50DBEC;
}
</style>
background-color css
<style>
a { background-color: #50DBEC; }
a { background-color: rgb(80,219,236); }
div.DivClassName
{
background-color: #50DBEC;
}
.BgClassName
{
background-color: #50DBEC;
}
</style>
border-color css
<style>
span { border-color: #50DBEC; }
span { border-color: rgb(80,219,236); }
td.TdClassName
{
border-color: #50DBEC;
}
.TagClassName
{
border-color: #50DBEC;
}
</style>