Shades of Medium Turquoise #50CFBC
Tints of Medium Turquoise #50CFBC
RGB
CMYK
RGB Variations
Color information
#50CFBC (or 0x50CFBC) is known color: Medium Turquoise. HEX triplet: 50, CF and BC. RGB value is (80,207,188). Sum of RGB (Red+Green+Blue) = 80+207+188=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #50CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFBC is #AF3043. Grayscale: #A6A6A6. Windows color (decimal): -11481156 or 12373840. OLE color: 12373840.
HSL color Cylindrical-coordinate representation of color #50CFBC: hue angle of 171.02º degrees, saturation: 0.57, 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 #50CFBC is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 188 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.19 |
| HSL | 171.02º | 0.57% | 0.56% | - |
| HSV(B) | 171.02º | 0.61% | 0.81% | - |
| XYZ | 34.7 | 49.96 | 55.39 | - |
| YUV | 166.86 | 139.92 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 188 | 0.61 | 0 | 0.09 | 0.19 | 171.02 | 0.57 | 0.56 |
| Hex | 50 | CF | BC | 3D | 0 | 9 | 13 | AB | 39 | 38 |
| Octal | 120 | 317 | 274 | 75 | 0 | 11 | 23 | 253 | 71 | 70 |
| Binary | 1010000 | 11001111 | 10111100 | 111101 | 0 | 1001 | 10011 | 10101011 | 111001 | 111000 |
Color Harmonies of #50CFBC
Complementary color
Monochromatic Colors of #50CFBC
Black with #50CFBC
Text Example
Text Example
White with #50CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFBC; }
p { color: rgb(80,207,188); }
H1.HeaderClassName
{
color: #50CFBC;
}
.AnyTagClassName
{
color: #50CFBC;
}
</style>
background-color css
<style>
a { background-color: #50CFBC; }
a { background-color: rgb(80,207,188); }
div.DivClassName
{
background-color: #50CFBC;
}
.BgClassName
{
background-color: #50CFBC;
}
</style>
border-color css
<style>
span { border-color: #50CFBC; }
span { border-color: rgb(80,207,188); }
td.TdClassName
{
border-color: #50CFBC;
}
.TagClassName
{
border-color: #50CFBC;
}
</style>