Shades of Medium Turquoise #50CDD5
Tints of Medium Turquoise #50CDD5
RGB
CMYK
RGB Variations
Color information
#50CDD5 (or 0x50CDD5) is known color: Medium Turquoise. HEX triplet: 50, CD and D5. RGB value is (80,205,213). Sum of RGB (Red+Green+Blue) = 80+205+213=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #50CDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDD5 is #AF322A. Grayscale: #A8A8A8. Windows color (decimal): -11481643 or 14011728. OLE color: 14011728.
HSL color Cylindrical-coordinate representation of color #50CDD5: hue angle of 183.61º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50CDD5 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 205 | 213 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.16 |
| HSL | 183.61º | 0.61% | 0.57% | - |
| HSV(B) | 183.61º | 0.62% | 0.84% | - |
| XYZ | 37.15 | 50.17 | 70.68 | - |
| YUV | 168.54 | 153.09 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 213 | 0.62 | 0.04 | 0 | 0.16 | 183.61 | 0.61 | 0.57 |
| Hex | 50 | CD | D5 | 3E | 4 | 0 | 10 | B8 | 3D | 39 |
| Octal | 120 | 315 | 325 | 76 | 4 | 0 | 20 | 270 | 75 | 71 |
| Binary | 1010000 | 11001101 | 11010101 | 111110 | 100 | 0 | 10000 | 10111000 | 111101 | 111001 |
Color Harmonies of #50CDD5
Complementary color
Monochromatic Colors of #50CDD5
Black with #50CDD5
Text Example
Text Example
White with #50CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDD5; }
p { color: rgb(80,205,213); }
H1.HeaderClassName
{
color: #50CDD5;
}
.AnyTagClassName
{
color: #50CDD5;
}
</style>
background-color css
<style>
a { background-color: #50CDD5; }
a { background-color: rgb(80,205,213); }
div.DivClassName
{
background-color: #50CDD5;
}
.BgClassName
{
background-color: #50CDD5;
}
</style>
border-color css
<style>
span { border-color: #50CDD5; }
span { border-color: rgb(80,205,213); }
td.TdClassName
{
border-color: #50CDD5;
}
.TagClassName
{
border-color: #50CDD5;
}
</style>