Shades of Medium Turquoise #50C6CE
Tints of Medium Turquoise #50C6CE
RGB
CMYK
RGB Variations
Color information
#50C6CE (or 0x50C6CE) is known color: Medium Turquoise. HEX triplet: 50, C6 and CE. RGB value is (80,198,206). Sum of RGB (Red+Green+Blue) = 80+198+206=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #50C6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C6CE is #AF3931. Grayscale: #A3A3A3. Windows color (decimal): -11483442 or 13551184. OLE color: 13551184.
HSL color Cylindrical-coordinate representation of color #50C6CE: hue angle of 183.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50C6CE is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 198 | 206 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.19 |
| HSL | 183.81º | 0.56% | 0.56% | - |
| HSV(B) | 183.81º | 0.61% | 0.81% | - |
| XYZ | 34.64 | 46.55 | 65.55 | - |
| YUV | 163.63 | 151.91 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 198 | 206 | 0.61 | 0.04 | 0 | 0.19 | 183.81 | 0.56 | 0.56 |
| Hex | 50 | C6 | CE | 3D | 4 | 0 | 13 | B8 | 38 | 38 |
| Octal | 120 | 306 | 316 | 75 | 4 | 0 | 23 | 270 | 70 | 70 |
| Binary | 1010000 | 11000110 | 11001110 | 111101 | 100 | 0 | 10011 | 10111000 | 111000 | 111000 |
Color Harmonies of #50C6CE
Complementary color
Monochromatic Colors of #50C6CE
Black with #50C6CE
Text Example
Text Example
White with #50C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C6CE; }
p { color: rgb(80,198,206); }
H1.HeaderClassName
{
color: #50C6CE;
}
.AnyTagClassName
{
color: #50C6CE;
}
</style>
background-color css
<style>
a { background-color: #50C6CE; }
a { background-color: rgb(80,198,206); }
div.DivClassName
{
background-color: #50C6CE;
}
.BgClassName
{
background-color: #50C6CE;
}
</style>
border-color css
<style>
span { border-color: #50C6CE; }
span { border-color: rgb(80,198,206); }
td.TdClassName
{
border-color: #50C6CE;
}
.TagClassName
{
border-color: #50C6CE;
}
</style>