Shades of Medium Turquoise #50CDC1
Tints of Medium Turquoise #50CDC1
RGB
CMYK
RGB Variations
Color information
#50CDC1 (or 0x50CDC1) is known color: Medium Turquoise. HEX triplet: 50, CD and C1. RGB value is (80,205,193). Sum of RGB (Red+Green+Blue) = 80+205+193=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDC1 is #AF323E. Grayscale: #A6A6A6. Windows color (decimal): -11481663 or 12701008. OLE color: 12701008.
HSL color Cylindrical-coordinate representation of color #50CDC1: hue angle of 174.24º 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 #50CDC1 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 193 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.20 |
| HSL | 174.24º | 0.56% | 0.56% | - |
| HSV(B) | 174.24º | 0.61% | 0.8% | - |
| XYZ | 34.77 | 49.22 | 58.12 | - |
| YUV | 166.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 193 | 0.61 | 0 | 0.06 | 0.20 | 174.24 | 0.56 | 0.56 |
| Hex | 50 | CD | C1 | 3D | 0 | 6 | 14 | AE | 38 | 38 |
| Octal | 120 | 315 | 301 | 75 | 0 | 6 | 24 | 256 | 70 | 70 |
| Binary | 1010000 | 11001101 | 11000001 | 111101 | 0 | 110 | 10100 | 10101110 | 111000 | 111000 |
Color Harmonies of #50CDC1
Complementary color
Monochromatic Colors of #50CDC1
Black with #50CDC1
Text Example
Text Example
White with #50CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDC1; }
p { color: rgb(80,205,193); }
H1.HeaderClassName
{
color: #50CDC1;
}
.AnyTagClassName
{
color: #50CDC1;
}
</style>
background-color css
<style>
a { background-color: #50CDC1; }
a { background-color: rgb(80,205,193); }
div.DivClassName
{
background-color: #50CDC1;
}
.BgClassName
{
background-color: #50CDC1;
}
</style>
border-color css
<style>
span { border-color: #50CDC1; }
span { border-color: rgb(80,205,193); }
td.TdClassName
{
border-color: #50CDC1;
}
.TagClassName
{
border-color: #50CDC1;
}
</style>