Shades of Turquoise #50FFDB
Tints of Turquoise #50FFDB
RGB
CMYK
RGB Variations
Color information
#50FFDB (or 0x50FFDB) is known color: Turquoise. HEX triplet: 50, FF and DB. RGB value is (80,255,219). Sum of RGB (Red+Green+Blue) = 80+255+219=554 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.44% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFDB is #AF0024. Grayscale: #C6C6C6. Windows color (decimal): -11468837 or 14417744. OLE color: 14417744.
HSL color Cylindrical-coordinate representation of color #50FFDB: hue angle of 167.66º 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 #50FFDB is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 219 | - |
| CMYK | 0.69 | 0 | 0.14 | 0 |
| HSL | 167.66º | 1% | 0.66% | - |
| HSV(B) | 167.66º | 0.69% | 1% | - |
| XYZ | 51.85 | 78.34 | 79.41 | - |
| YUV | 198.57 | 139.52 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 219 | 0.69 | 0 | 0.14 | 0 | 167.66 | 1 | 0.66 |
| Hex | 50 | FF | DB | 45 | 0 | E | 0 | A8 | 64 | 42 |
| Octal | 120 | 377 | 333 | 105 | 0 | 16 | 0 | 250 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11011011 | 1000101 | 0 | 1110 | 0 | 10101000 | 1100100 | 1000010 |
Color Harmonies of #50FFDB
Complementary color
Monochromatic Colors of #50FFDB
Black with #50FFDB
Text Example
Text Example
White with #50FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFDB; }
p { color: rgb(80,255,219); }
H1.HeaderClassName
{
color: #50FFDB;
}
.AnyTagClassName
{
color: #50FFDB;
}
</style>
background-color css
<style>
a { background-color: #50FFDB; }
a { background-color: rgb(80,255,219); }
div.DivClassName
{
background-color: #50FFDB;
}
.BgClassName
{
background-color: #50FFDB;
}
</style>
border-color css
<style>
span { border-color: #50FFDB; }
span { border-color: rgb(80,255,219); }
td.TdClassName
{
border-color: #50FFDB;
}
.TagClassName
{
border-color: #50FFDB;
}
</style>