Shades of Medium Turquoise #4FC0BE
Tints of Medium Turquoise #4FC0BE
RGB
CMYK
RGB Variations
Color information
#4FC0BE (or 0x4FC0BE) is known color: Medium Turquoise. HEX triplet: 4F, C0 and BE. RGB value is (79,192,190). Sum of RGB (Red+Green+Blue) = 79+192+190=461 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.14% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC0BE is #B03F41. Grayscale: #9D9D9D. Windows color (decimal): -11550530 or 12501071. OLE color: 12501071.
HSL color Cylindrical-coordinate representation of color #4FC0BE: hue angle of 178.94º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC0BE is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 190 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.25 |
| HSL | 178.94º | 0.47% | 0.53% | - |
| HSV(B) | 178.94º | 0.59% | 0.75% | - |
| XYZ | 31.37 | 43.08 | 55.38 | - |
| YUV | 157.99 | 146.06 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 190 | 0.59 | 0 | 0.01 | 0.25 | 178.94 | 0.47 | 0.53 |
| Hex | 4F | C0 | BE | 3B | 0 | 1 | 19 | B3 | 2F | 35 |
| Octal | 117 | 300 | 276 | 73 | 0 | 1 | 31 | 263 | 57 | 65 |
| Binary | 1001111 | 11000000 | 10111110 | 111011 | 0 | 1 | 11001 | 10110011 | 101111 | 110101 |
Color Harmonies of #4FC0BE
Complementary color
Monochromatic Colors of #4FC0BE
Black with #4FC0BE
Text Example
Text Example
White with #4FC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC0BE; }
p { color: rgb(79,192,190); }
H1.HeaderClassName
{
color: #4FC0BE;
}
.AnyTagClassName
{
color: #4FC0BE;
}
</style>
background-color css
<style>
a { background-color: #4FC0BE; }
a { background-color: rgb(79,192,190); }
div.DivClassName
{
background-color: #4FC0BE;
}
.BgClassName
{
background-color: #4FC0BE;
}
</style>
border-color css
<style>
span { border-color: #4FC0BE; }
span { border-color: rgb(79,192,190); }
td.TdClassName
{
border-color: #4FC0BE;
}
.TagClassName
{
border-color: #4FC0BE;
}
</style>