Shades of Medium Turquoise #50DADB
Tints of Medium Turquoise #50DADB
RGB
CMYK
RGB Variations
Color information
#50DADB (or 0x50DADB) is known color: Medium Turquoise. HEX triplet: 50, DA and DB. RGB value is (80,218,219). Sum of RGB (Red+Green+Blue) = 80+218+219=517 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.47% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #50DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DADB is #AF2524. Grayscale: #B0B0B0. Windows color (decimal): -11478309 or 14408272. OLE color: 14408272.
HSL color Cylindrical-coordinate representation of color #50DADB: hue angle of 180.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DADB is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 218 | 219 | - |
| CMYK | 0.63 | 0.00 | 0 | 0.14 |
| HSL | 180.43º | 0.66% | 0.59% | - |
| HSV(B) | 180.43º | 0.63% | 0.86% | - |
| XYZ | 41.17 | 56.96 | 75.84 | - |
| YUV | 176.85 | 151.78 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 219 | 0.63 | 0.00 | 0 | 0.14 | 180.43 | 0.66 | 0.59 |
| Hex | 50 | DA | DB | 3F | 0 | 0 | E | B4 | 42 | 3B |
| Octal | 120 | 332 | 333 | 77 | 0 | 0 | 16 | 264 | 102 | 73 |
| Binary | 1010000 | 11011010 | 11011011 | 111111 | 0 | 0 | 1110 | 10110100 | 1000010 | 111011 |
Color Harmonies of #50DADB
Complementary color
Monochromatic Colors of #50DADB
Black with #50DADB
Text Example
Text Example
White with #50DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DADB; }
p { color: rgb(80,218,219); }
H1.HeaderClassName
{
color: #50DADB;
}
.AnyTagClassName
{
color: #50DADB;
}
</style>
background-color css
<style>
a { background-color: #50DADB; }
a { background-color: rgb(80,218,219); }
div.DivClassName
{
background-color: #50DADB;
}
.BgClassName
{
background-color: #50DADB;
}
</style>
border-color css
<style>
span { border-color: #50DADB; }
span { border-color: rgb(80,218,219); }
td.TdClassName
{
border-color: #50DADB;
}
.TagClassName
{
border-color: #50DADB;
}
</style>