Shades of Medium Turquoise #50CDBC
Tints of Medium Turquoise #50CDBC
RGB
CMYK
RGB Variations
Color information
#50CDBC (or 0x50CDBC) is known color: Medium Turquoise. HEX triplet: 50, CD and BC. RGB value is (80,205,188). Sum of RGB (Red+Green+Blue) = 80+205+188=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDBC is #AF3243. Grayscale: #A5A5A5. Windows color (decimal): -11481668 or 12373328. OLE color: 12373328.
HSL color Cylindrical-coordinate representation of color #50CDBC: hue angle of 171.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CDBC is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 188 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.20 |
| HSL | 171.84º | 0.56% | 0.56% | - |
| HSV(B) | 171.84º | 0.61% | 0.8% | - |
| XYZ | 34.22 | 49 | 55.23 | - |
| YUV | 165.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 188 | 0.61 | 0 | 0.08 | 0.20 | 171.84 | 0.56 | 0.56 |
| Hex | 50 | CD | BC | 3D | 0 | 8 | 14 | AC | 38 | 38 |
| Octal | 120 | 315 | 274 | 75 | 0 | 10 | 24 | 254 | 70 | 70 |
| Binary | 1010000 | 11001101 | 10111100 | 111101 | 0 | 1000 | 10100 | 10101100 | 111000 | 111000 |
Color Harmonies of #50CDBC
Complementary color
Monochromatic Colors of #50CDBC
Black with #50CDBC
Text Example
Text Example
White with #50CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDBC; }
p { color: rgb(80,205,188); }
H1.HeaderClassName
{
color: #50CDBC;
}
.AnyTagClassName
{
color: #50CDBC;
}
</style>
background-color css
<style>
a { background-color: #50CDBC; }
a { background-color: rgb(80,205,188); }
div.DivClassName
{
background-color: #50CDBC;
}
.BgClassName
{
background-color: #50CDBC;
}
</style>
border-color css
<style>
span { border-color: #50CDBC; }
span { border-color: rgb(80,205,188); }
td.TdClassName
{
border-color: #50CDBC;
}
.TagClassName
{
border-color: #50CDBC;
}
</style>