Shades of Medium Turquoise #50CDB8
Tints of Medium Turquoise #50CDB8
RGB
CMYK
RGB Variations
Color information
#50CDB8 (or 0x50CDB8) is known color: Medium Turquoise. HEX triplet: 50, CD and B8. RGB value is (80,205,184). Sum of RGB (Red+Green+Blue) = 80+205+184=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDB8 is #AF3247. Grayscale: #A5A5A5. Windows color (decimal): -11481672 or 12111184. OLE color: 12111184.
HSL color Cylindrical-coordinate representation of color #50CDB8: hue angle of 169.92º 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 #50CDB8 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 184 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.20 |
| HSL | 169.92º | 0.56% | 0.56% | - |
| HSV(B) | 169.92º | 0.61% | 0.8% | - |
| XYZ | 33.79 | 48.83 | 52.99 | - |
| YUV | 165.23 | 138.59 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 184 | 0.61 | 0 | 0.10 | 0.20 | 169.92 | 0.56 | 0.56 |
| Hex | 50 | CD | B8 | 3D | 0 | A | 14 | AA | 38 | 38 |
| Octal | 120 | 315 | 270 | 75 | 0 | 12 | 24 | 252 | 70 | 70 |
| Binary | 1010000 | 11001101 | 10111000 | 111101 | 0 | 1010 | 10100 | 10101010 | 111000 | 111000 |
Color Harmonies of #50CDB8
Complementary color
Monochromatic Colors of #50CDB8
Black with #50CDB8
Text Example
Text Example
White with #50CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDB8; }
p { color: rgb(80,205,184); }
H1.HeaderClassName
{
color: #50CDB8;
}
.AnyTagClassName
{
color: #50CDB8;
}
</style>
background-color css
<style>
a { background-color: #50CDB8; }
a { background-color: rgb(80,205,184); }
div.DivClassName
{
background-color: #50CDB8;
}
.BgClassName
{
background-color: #50CDB8;
}
</style>
border-color css
<style>
span { border-color: #50CDB8; }
span { border-color: rgb(80,205,184); }
td.TdClassName
{
border-color: #50CDB8;
}
.TagClassName
{
border-color: #50CDB8;
}
</style>