Shades of Medium Turquoise #50CBC0
Tints of Medium Turquoise #50CBC0
RGB
CMYK
RGB Variations
Color information
#50CBC0 (or 0x50CBC0) is known color: Medium Turquoise. HEX triplet: 50, CB and C0. RGB value is (80,203,192). Sum of RGB (Red+Green+Blue) = 80+203+192=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #50CBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBC0 is #AF343F. Grayscale: #A4A4A4. Windows color (decimal): -11482176 or 12634960. OLE color: 12634960.
HSL color Cylindrical-coordinate representation of color #50CBC0: hue angle of 174.63º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CBC0 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 192 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.20 |
| HSL | 174.63º | 0.54% | 0.55% | - |
| HSV(B) | 174.63º | 0.61% | 0.8% | - |
| XYZ | 34.18 | 48.22 | 57.38 | - |
| YUV | 164.97 | 143.25 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 192 | 0.61 | 0 | 0.05 | 0.20 | 174.63 | 0.54 | 0.55 |
| Hex | 50 | CB | C0 | 3D | 0 | 5 | 14 | AF | 36 | 37 |
| Octal | 120 | 313 | 300 | 75 | 0 | 5 | 24 | 257 | 66 | 67 |
| Binary | 1010000 | 11001011 | 11000000 | 111101 | 0 | 101 | 10100 | 10101111 | 110110 | 110111 |
Color Harmonies of #50CBC0
Complementary color
Monochromatic Colors of #50CBC0
Black with #50CBC0
Text Example
Text Example
White with #50CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CBC0; }
p { color: rgb(80,203,192); }
H1.HeaderClassName
{
color: #50CBC0;
}
.AnyTagClassName
{
color: #50CBC0;
}
</style>
background-color css
<style>
a { background-color: #50CBC0; }
a { background-color: rgb(80,203,192); }
div.DivClassName
{
background-color: #50CBC0;
}
.BgClassName
{
background-color: #50CBC0;
}
</style>
border-color css
<style>
span { border-color: #50CBC0; }
span { border-color: rgb(80,203,192); }
td.TdClassName
{
border-color: #50CBC0;
}
.TagClassName
{
border-color: #50CBC0;
}
</style>