Shades of Medium Turquoise #50CEB7
Tints of Medium Turquoise #50CEB7
RGB
CMYK
RGB Variations
Color information
#50CEB7 (or 0x50CEB7) is known color: Medium Turquoise. HEX triplet: 50, CE and B7. RGB value is (80,206,183). Sum of RGB (Red+Green+Blue) = 80+206+183=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #50CEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CEB7 is #AF3148. Grayscale: #A5A5A5. Windows color (decimal): -11481417 or 12045904. OLE color: 12045904.
HSL color Cylindrical-coordinate representation of color #50CEB7: hue angle of 169.05º 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 #50CEB7 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 183 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.19 |
| HSL | 169.05º | 0.56% | 0.56% | - |
| HSV(B) | 169.05º | 0.61% | 0.81% | - |
| XYZ | 33.93 | 49.27 | 52.52 | - |
| YUV | 165.7 | 137.76 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 183 | 0.61 | 0 | 0.11 | 0.19 | 169.05 | 0.56 | 0.56 |
| Hex | 50 | CE | B7 | 3D | 0 | B | 13 | A9 | 38 | 38 |
| Octal | 120 | 316 | 267 | 75 | 0 | 13 | 23 | 251 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10110111 | 111101 | 0 | 1011 | 10011 | 10101001 | 111000 | 111000 |
Color Harmonies of #50CEB7
Complementary color
Monochromatic Colors of #50CEB7
Black with #50CEB7
Text Example
Text Example
White with #50CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CEB7; }
p { color: rgb(80,206,183); }
H1.HeaderClassName
{
color: #50CEB7;
}
.AnyTagClassName
{
color: #50CEB7;
}
</style>
background-color css
<style>
a { background-color: #50CEB7; }
a { background-color: rgb(80,206,183); }
div.DivClassName
{
background-color: #50CEB7;
}
.BgClassName
{
background-color: #50CEB7;
}
</style>
border-color css
<style>
span { border-color: #50CEB7; }
span { border-color: rgb(80,206,183); }
td.TdClassName
{
border-color: #50CEB7;
}
.TagClassName
{
border-color: #50CEB7;
}
</style>