Shades of Medium Turquoise #4FCFBC
Tints of Medium Turquoise #4FCFBC
RGB
CMYK
RGB Variations
Color information
#4FCFBC (or 0x4FCFBC) is known color: Medium Turquoise. HEX triplet: 4F, CF and BC. RGB value is (79,207,188). Sum of RGB (Red+Green+Blue) = 79+207+188=474 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.67% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFBC is #B03043. Grayscale: #A6A6A6. Windows color (decimal): -11546692 or 12373839. OLE color: 12373839.
HSL color Cylindrical-coordinate representation of color #4FCFBC: hue angle of 171.09º 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 #4FCFBC is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 188 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.19 |
| HSL | 171.09º | 0.57% | 0.56% | - |
| HSV(B) | 171.09º | 0.62% | 0.81% | - |
| XYZ | 34.61 | 49.92 | 55.39 | - |
| YUV | 166.56 | 140.09 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 188 | 0.62 | 0 | 0.09 | 0.19 | 171.09 | 0.57 | 0.56 |
| Hex | 4F | CF | BC | 3E | 0 | 9 | 13 | AB | 39 | 38 |
| Octal | 117 | 317 | 274 | 76 | 0 | 11 | 23 | 253 | 71 | 70 |
| Binary | 1001111 | 11001111 | 10111100 | 111110 | 0 | 1001 | 10011 | 10101011 | 111001 | 111000 |
Color Harmonies of #4FCFBC
Complementary color
Monochromatic Colors of #4FCFBC
Black with #4FCFBC
Text Example
Text Example
White with #4FCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFBC; }
p { color: rgb(79,207,188); }
H1.HeaderClassName
{
color: #4FCFBC;
}
.AnyTagClassName
{
color: #4FCFBC;
}
</style>
background-color css
<style>
a { background-color: #4FCFBC; }
a { background-color: rgb(79,207,188); }
div.DivClassName
{
background-color: #4FCFBC;
}
.BgClassName
{
background-color: #4FCFBC;
}
</style>
border-color css
<style>
span { border-color: #4FCFBC; }
span { border-color: rgb(79,207,188); }
td.TdClassName
{
border-color: #4FCFBC;
}
.TagClassName
{
border-color: #4FCFBC;
}
</style>