Shades of Medium Turquoise #4FD1BC
Tints of Medium Turquoise #4FD1BC
RGB
CMYK
RGB Variations
Color information
#4FD1BC (or 0x4FD1BC) is known color: Medium Turquoise. HEX triplet: 4F, D1 and BC. RGB value is (79,209,188). Sum of RGB (Red+Green+Blue) = 79+209+188=476 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.60% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #4FD1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD1BC is #B02E43. Grayscale: #A7A7A7. Windows color (decimal): -11546180 or 12374351. OLE color: 12374351.
HSL color Cylindrical-coordinate representation of color #4FD1BC: hue angle of 170.31º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FD1BC is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 209 | 188 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.18 |
| HSL | 170.31º | 0.59% | 0.56% | - |
| HSV(B) | 170.31º | 0.62% | 0.82% | - |
| XYZ | 35.1 | 50.89 | 55.55 | - |
| YUV | 167.74 | 139.43 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 209 | 188 | 0.62 | 0 | 0.10 | 0.18 | 170.31 | 0.59 | 0.56 |
| Hex | 4F | D1 | BC | 3E | 0 | A | 12 | AA | 3B | 38 |
| Octal | 117 | 321 | 274 | 76 | 0 | 12 | 22 | 252 | 73 | 70 |
| Binary | 1001111 | 11010001 | 10111100 | 111110 | 0 | 1010 | 10010 | 10101010 | 111011 | 111000 |
Color Harmonies of #4FD1BC
Complementary color
Monochromatic Colors of #4FD1BC
Black with #4FD1BC
Text Example
Text Example
White with #4FD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD1BC; }
p { color: rgb(79,209,188); }
H1.HeaderClassName
{
color: #4FD1BC;
}
.AnyTagClassName
{
color: #4FD1BC;
}
</style>
background-color css
<style>
a { background-color: #4FD1BC; }
a { background-color: rgb(79,209,188); }
div.DivClassName
{
background-color: #4FD1BC;
}
.BgClassName
{
background-color: #4FD1BC;
}
</style>
border-color css
<style>
span { border-color: #4FD1BC; }
span { border-color: rgb(79,209,188); }
td.TdClassName
{
border-color: #4FD1BC;
}
.TagClassName
{
border-color: #4FD1BC;
}
</style>