Shades of Medium Turquoise #50CECD
Tints of Medium Turquoise #50CECD
RGB
CMYK
RGB Variations
Color information
#50CECD (or 0x50CECD) is known color: Medium Turquoise. HEX triplet: 50, CE and CD. RGB value is (80,206,205). Sum of RGB (Red+Green+Blue) = 80+206+205=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #50CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CECD is #AF3132. Grayscale: #A8A8A8. Windows color (decimal): -11481395 or 13487696. OLE color: 13487696.
HSL color Cylindrical-coordinate representation of color #50CECD: hue angle of 179.52º 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 #50CECD is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 205 | - |
| CMYK | 0.61 | 0 | 0.00 | 0.19 |
| HSL | 179.52º | 0.56% | 0.56% | - |
| HSV(B) | 179.52º | 0.61% | 0.81% | - |
| XYZ | 36.4 | 50.26 | 65.54 | - |
| YUV | 168.21 | 148.76 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 205 | 0.61 | 0 | 0.00 | 0.19 | 179.52 | 0.56 | 0.56 |
| Hex | 50 | CE | CD | 3D | 0 | 0 | 13 | B4 | 38 | 38 |
| Octal | 120 | 316 | 315 | 75 | 0 | 0 | 23 | 264 | 70 | 70 |
| Binary | 1010000 | 11001110 | 11001101 | 111101 | 0 | 0 | 10011 | 10110100 | 111000 | 111000 |
Color Harmonies of #50CECD
Complementary color
Monochromatic Colors of #50CECD
Black with #50CECD
Text Example
Text Example
White with #50CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CECD; }
p { color: rgb(80,206,205); }
H1.HeaderClassName
{
color: #50CECD;
}
.AnyTagClassName
{
color: #50CECD;
}
</style>
background-color css
<style>
a { background-color: #50CECD; }
a { background-color: rgb(80,206,205); }
div.DivClassName
{
background-color: #50CECD;
}
.BgClassName
{
background-color: #50CECD;
}
</style>
border-color css
<style>
span { border-color: #50CECD; }
span { border-color: rgb(80,206,205); }
td.TdClassName
{
border-color: #50CECD;
}
.TagClassName
{
border-color: #50CECD;
}
</style>