Shades of Medium Turquoise #4FDCBF
Tints of Medium Turquoise #4FDCBF
RGB
CMYK
RGB Variations
Color information
#4FDCBF (or 0x4FDCBF) is known color: Medium Turquoise. HEX triplet: 4F, DC and BF. RGB value is (79,220,191). Sum of RGB (Red+Green+Blue) = 79+220+191=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCBF is #B02340. Grayscale: #AEAEAE. Windows color (decimal): -11543361 or 12573775. OLE color: 12573775.
HSL color Cylindrical-coordinate representation of color #4FDCBF: hue angle of 167.66º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDCBF is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 191 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.14 |
| HSL | 167.66º | 0.67% | 0.59% | - |
| HSV(B) | 167.66º | 0.64% | 0.86% | - |
| XYZ | 38.22 | 56.61 | 58.2 | - |
| YUV | 174.54 | 137.29 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 191 | 0.64 | 0 | 0.13 | 0.14 | 167.66 | 0.67 | 0.59 |
| Hex | 4F | DC | BF | 40 | 0 | D | E | A8 | 43 | 3B |
| Octal | 117 | 334 | 277 | 100 | 0 | 15 | 16 | 250 | 103 | 73 |
| Binary | 1001111 | 11011100 | 10111111 | 1000000 | 0 | 1101 | 1110 | 10101000 | 1000011 | 111011 |
Color Harmonies of #4FDCBF
Complementary color
Monochromatic Colors of #4FDCBF
Black with #4FDCBF
Text Example
Text Example
White with #4FDCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDCBF; }
p { color: rgb(79,220,191); }
H1.HeaderClassName
{
color: #4FDCBF;
}
.AnyTagClassName
{
color: #4FDCBF;
}
</style>
background-color css
<style>
a { background-color: #4FDCBF; }
a { background-color: rgb(79,220,191); }
div.DivClassName
{
background-color: #4FDCBF;
}
.BgClassName
{
background-color: #4FDCBF;
}
</style>
border-color css
<style>
span { border-color: #4FDCBF; }
span { border-color: rgb(79,220,191); }
td.TdClassName
{
border-color: #4FDCBF;
}
.TagClassName
{
border-color: #4FDCBF;
}
</style>