Shades of Medium Turquoise #50CDC5
Tints of Medium Turquoise #50CDC5
RGB
CMYK
RGB Variations
Color information
#50CDC5 (or 0x50CDC5) is known color: Medium Turquoise. HEX triplet: 50, CD and C5. RGB value is (80,205,197). Sum of RGB (Red+Green+Blue) = 80+205+197=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDC5 is #AF323A. Grayscale: #A6A6A6. Windows color (decimal): -11481659 or 12963152. OLE color: 12963152.
HSL color Cylindrical-coordinate representation of color #50CDC5: hue angle of 176.16º 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 #50CDC5 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 197 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.20 |
| HSL | 176.16º | 0.56% | 0.56% | - |
| HSV(B) | 176.16º | 0.61% | 0.8% | - |
| XYZ | 35.22 | 49.4 | 60.5 | - |
| YUV | 166.71 | 145.09 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 197 | 0.61 | 0 | 0.04 | 0.20 | 176.16 | 0.56 | 0.56 |
| Hex | 50 | CD | C5 | 3D | 0 | 4 | 14 | B0 | 38 | 38 |
| Octal | 120 | 315 | 305 | 75 | 0 | 4 | 24 | 260 | 70 | 70 |
| Binary | 1010000 | 11001101 | 11000101 | 111101 | 0 | 100 | 10100 | 10110000 | 111000 | 111000 |
Color Harmonies of #50CDC5
Complementary color
Monochromatic Colors of #50CDC5
Black with #50CDC5
Text Example
Text Example
White with #50CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDC5; }
p { color: rgb(80,205,197); }
H1.HeaderClassName
{
color: #50CDC5;
}
.AnyTagClassName
{
color: #50CDC5;
}
</style>
background-color css
<style>
a { background-color: #50CDC5; }
a { background-color: rgb(80,205,197); }
div.DivClassName
{
background-color: #50CDC5;
}
.BgClassName
{
background-color: #50CDC5;
}
</style>
border-color css
<style>
span { border-color: #50CDC5; }
span { border-color: rgb(80,205,197); }
td.TdClassName
{
border-color: #50CDC5;
}
.TagClassName
{
border-color: #50CDC5;
}
</style>