Shades of Medium Turquoise #50DBCB
Tints of Medium Turquoise #50DBCB
RGB
CMYK
RGB Variations
Color information
#50DBCB (or 0x50DBCB) is known color: Medium Turquoise. HEX triplet: 50, DB and CB. RGB value is (80,219,203). Sum of RGB (Red+Green+Blue) = 80+219+203=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBCB is #AF2434. Grayscale: #AFAFAF. Windows color (decimal): -11478069 or 13359952. OLE color: 13359952.
HSL color Cylindrical-coordinate representation of color #50DBCB: hue angle of 173.09º 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 #50DBCB is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 203 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.14 |
| HSL | 173.09º | 0.66% | 0.59% | - |
| HSV(B) | 173.09º | 0.63% | 0.86% | - |
| XYZ | 39.42 | 56.68 | 65.36 | - |
| YUV | 175.62 | 143.45 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 203 | 0.63 | 0 | 0.07 | 0.14 | 173.09 | 0.66 | 0.59 |
| Hex | 50 | DB | CB | 3F | 0 | 7 | E | AD | 42 | 3B |
| Octal | 120 | 333 | 313 | 77 | 0 | 7 | 16 | 255 | 102 | 73 |
| Binary | 1010000 | 11011011 | 11001011 | 111111 | 0 | 111 | 1110 | 10101101 | 1000010 | 111011 |
Color Harmonies of #50DBCB
Complementary color
Monochromatic Colors of #50DBCB
Black with #50DBCB
Text Example
Text Example
White with #50DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBCB; }
p { color: rgb(80,219,203); }
H1.HeaderClassName
{
color: #50DBCB;
}
.AnyTagClassName
{
color: #50DBCB;
}
</style>
background-color css
<style>
a { background-color: #50DBCB; }
a { background-color: rgb(80,219,203); }
div.DivClassName
{
background-color: #50DBCB;
}
.BgClassName
{
background-color: #50DBCB;
}
</style>
border-color css
<style>
span { border-color: #50DBCB; }
span { border-color: rgb(80,219,203); }
td.TdClassName
{
border-color: #50DBCB;
}
.TagClassName
{
border-color: #50DBCB;
}
</style>