Shades of Turquoise #4FDFBF
Tints of Turquoise #4FDFBF
RGB
CMYK
RGB Variations
Color information
#4FDFBF (or 0x4FDFBF) is known color: Turquoise. HEX triplet: 4F, DF and BF. RGB value is (79,223,191). Sum of RGB (Red+Green+Blue) = 79+223+191=493 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.02% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFBF is #B02040. Grayscale: #B0B0B0. Windows color (decimal): -11542593 or 12574543. OLE color: 12574543.
HSL color Cylindrical-coordinate representation of color #4FDFBF: hue angle of 166.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FDFBF is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 191 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.13 |
| HSL | 166.67º | 0.69% | 0.59% | - |
| HSV(B) | 166.67º | 0.65% | 0.87% | - |
| XYZ | 39.02 | 58.2 | 58.47 | - |
| YUV | 176.3 | 136.29 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 191 | 0.65 | 0 | 0.14 | 0.13 | 166.67 | 0.69 | 0.59 |
| Hex | 4F | DF | BF | 41 | 0 | E | D | A7 | 45 | 3B |
| Octal | 117 | 337 | 277 | 101 | 0 | 16 | 15 | 247 | 105 | 73 |
| Binary | 1001111 | 11011111 | 10111111 | 1000001 | 0 | 1110 | 1101 | 10100111 | 1000101 | 111011 |
Color Harmonies of #4FDFBF
Complementary color
Monochromatic Colors of #4FDFBF
Black with #4FDFBF
Text Example
Text Example
White with #4FDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFBF; }
p { color: rgb(79,223,191); }
H1.HeaderClassName
{
color: #4FDFBF;
}
.AnyTagClassName
{
color: #4FDFBF;
}
</style>
background-color css
<style>
a { background-color: #4FDFBF; }
a { background-color: rgb(79,223,191); }
div.DivClassName
{
background-color: #4FDFBF;
}
.BgClassName
{
background-color: #4FDFBF;
}
</style>
border-color css
<style>
span { border-color: #4FDFBF; }
span { border-color: rgb(79,223,191); }
td.TdClassName
{
border-color: #4FDFBF;
}
.TagClassName
{
border-color: #4FDFBF;
}
</style>