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