Shades of Turquoise Blue #50DBEB
Tints of Turquoise Blue #50DBEB
RGB
CMYK
RGB Variations
Color information
#50DBEB (or 0x50DBEB) is known color: Turquoise Blue. HEX triplet: 50, DB and EB. RGB value is (80,219,235). Sum of RGB (Red+Green+Blue) = 80+219+235=534 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.98% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #50DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DBEB is #AF2414. Grayscale: #B3B3B3. Windows color (decimal): -11478037 or 15457104. OLE color: 15457104.
HSL color Cylindrical-coordinate representation of color #50DBEB: hue angle of 186.19º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50DBEB is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 219 | 235 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.08 |
| HSL | 186.19º | 0.79% | 0.62% | - |
| HSV(B) | 186.19º | 0.66% | 0.92% | - |
| XYZ | 43.64 | 58.37 | 87.56 | - |
| YUV | 179.26 | 159.45 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 235 | 0.66 | 0.07 | 0 | 0.08 | 186.19 | 0.79 | 0.62 |
| Hex | 50 | DB | EB | 42 | 7 | 0 | 8 | BA | 4F | 3E |
| Octal | 120 | 333 | 353 | 102 | 7 | 0 | 10 | 272 | 117 | 76 |
| Binary | 1010000 | 11011011 | 11101011 | 1000010 | 111 | 0 | 1000 | 10111010 | 1001111 | 111110 |
Color Harmonies of #50DBEB
Complementary color
Monochromatic Colors of #50DBEB
Black with #50DBEB
Text Example
Text Example
White with #50DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBEB; }
p { color: rgb(80,219,235); }
H1.HeaderClassName
{
color: #50DBEB;
}
.AnyTagClassName
{
color: #50DBEB;
}
</style>
background-color css
<style>
a { background-color: #50DBEB; }
a { background-color: rgb(80,219,235); }
div.DivClassName
{
background-color: #50DBEB;
}
.BgClassName
{
background-color: #50DBEB;
}
</style>
border-color css
<style>
span { border-color: #50DBEB; }
span { border-color: rgb(80,219,235); }
td.TdClassName
{
border-color: #50DBEB;
}
.TagClassName
{
border-color: #50DBEB;
}
</style>