Shades of Medium Turquoise #4FCFB9
Tints of Medium Turquoise #4FCFB9
RGB
CMYK
RGB Variations
Color information
#4FCFB9 (or 0x4FCFB9) is known color: Medium Turquoise. HEX triplet: 4F, CF and B9. RGB value is (79,207,185). Sum of RGB (Red+Green+Blue) = 79+207+185=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFB9 is #B03046. Grayscale: #A6A6A6. Windows color (decimal): -11546695 or 12177231. OLE color: 12177231.
HSL color Cylindrical-coordinate representation of color #4FCFB9: hue angle of 169.69º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCFB9 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 185 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.19 |
| HSL | 169.69º | 0.57% | 0.56% | - |
| HSV(B) | 169.69º | 0.62% | 0.81% | - |
| XYZ | 34.29 | 49.79 | 53.7 | - |
| YUV | 166.22 | 138.59 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 185 | 0.62 | 0 | 0.11 | 0.19 | 169.69 | 0.57 | 0.56 |
| Hex | 4F | CF | B9 | 3E | 0 | B | 13 | AA | 39 | 38 |
| Octal | 117 | 317 | 271 | 76 | 0 | 13 | 23 | 252 | 71 | 70 |
| Binary | 1001111 | 11001111 | 10111001 | 111110 | 0 | 1011 | 10011 | 10101010 | 111001 | 111000 |
Color Harmonies of #4FCFB9
Complementary color
Monochromatic Colors of #4FCFB9
Black with #4FCFB9
Text Example
Text Example
White with #4FCFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFB9; }
p { color: rgb(79,207,185); }
H1.HeaderClassName
{
color: #4FCFB9;
}
.AnyTagClassName
{
color: #4FCFB9;
}
</style>
background-color css
<style>
a { background-color: #4FCFB9; }
a { background-color: rgb(79,207,185); }
div.DivClassName
{
background-color: #4FCFB9;
}
.BgClassName
{
background-color: #4FCFB9;
}
</style>
border-color css
<style>
span { border-color: #4FCFB9; }
span { border-color: rgb(79,207,185); }
td.TdClassName
{
border-color: #4FCFB9;
}
.TagClassName
{
border-color: #4FCFB9;
}
</style>