Shades of Turquoise Blue #50DBFF
Tints of Turquoise Blue #50DBFF
RGB
CMYK
RGB Variations
Color information
#50DBFF (or 0x50DBFF) is known color: Turquoise Blue. HEX triplet: 50, DB and FF. RGB value is (80,219,255). Sum of RGB (Red+Green+Blue) = 80+219+255=554 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.44% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #50DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DBFF is #AF2400. Grayscale: #B5B5B5. Windows color (decimal): -11478017 or 16767824. OLE color: 16767824.
HSL color Cylindrical-coordinate representation of color #50DBFF: hue angle of 192.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50DBFF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 219 | 255 | - |
| CMYK | 0.69 | 0.14 | 0 | 0 |
| HSL | 192.34º | 1% | 0.66% | - |
| HSV(B) | 192.34º | 0.69% | 1% | - |
| XYZ | 46.69 | 59.59 | 103.65 | - |
| YUV | 181.54 | 169.45 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 255 | 0.69 | 0.14 | 0 | 0 | 192.34 | 1 | 0.66 |
| Hex | 50 | DB | FF | 45 | E | 0 | 0 | C0 | 64 | 42 |
| Octal | 120 | 333 | 377 | 105 | 16 | 0 | 0 | 300 | 144 | 102 |
| Binary | 1010000 | 11011011 | 11111111 | 1000101 | 1110 | 0 | 0 | 11000000 | 1100100 | 1000010 |
Color Harmonies of #50DBFF
Complementary color
Monochromatic Colors of #50DBFF
Black with #50DBFF
Text Example
Text Example
White with #50DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBFF; }
p { color: rgb(80,219,255); }
H1.HeaderClassName
{
color: #50DBFF;
}
.AnyTagClassName
{
color: #50DBFF;
}
</style>
background-color css
<style>
a { background-color: #50DBFF; }
a { background-color: rgb(80,219,255); }
div.DivClassName
{
background-color: #50DBFF;
}
.BgClassName
{
background-color: #50DBFF;
}
</style>
border-color css
<style>
span { border-color: #50DBFF; }
span { border-color: rgb(80,219,255); }
td.TdClassName
{
border-color: #50DBFF;
}
.TagClassName
{
border-color: #50DBFF;
}
</style>