Shades of Turquoise #4FDFBA
Tints of Turquoise #4FDFBA
RGB
CMYK
RGB Variations
Color information
#4FDFBA (or 0x4FDFBA) is known color: Turquoise. HEX triplet: 4F, DF and BA. RGB value is (79,223,186). Sum of RGB (Red+Green+Blue) = 79+223+186=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFBA is #B02045. Grayscale: #AFAFAF. Windows color (decimal): -11542598 or 12246863. OLE color: 12246863.
HSL color Cylindrical-coordinate representation of color #4FDFBA: hue angle of 164.58º 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 #4FDFBA is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 186 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.13 |
| HSL | 164.58º | 0.69% | 0.59% | - |
| HSV(B) | 164.58º | 0.65% | 0.87% | - |
| XYZ | 38.48 | 57.98 | 55.62 | - |
| YUV | 175.73 | 133.79 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 186 | 0.65 | 0 | 0.17 | 0.13 | 164.58 | 0.69 | 0.59 |
| Hex | 4F | DF | BA | 41 | 0 | 11 | D | A5 | 45 | 3B |
| Octal | 117 | 337 | 272 | 101 | 0 | 21 | 15 | 245 | 105 | 73 |
| Binary | 1001111 | 11011111 | 10111010 | 1000001 | 0 | 10001 | 1101 | 10100101 | 1000101 | 111011 |
Color Harmonies of #4FDFBA
Complementary color
Monochromatic Colors of #4FDFBA
Black with #4FDFBA
Text Example
Text Example
White with #4FDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFBA; }
p { color: rgb(79,223,186); }
H1.HeaderClassName
{
color: #4FDFBA;
}
.AnyTagClassName
{
color: #4FDFBA;
}
</style>
background-color css
<style>
a { background-color: #4FDFBA; }
a { background-color: rgb(79,223,186); }
div.DivClassName
{
background-color: #4FDFBA;
}
.BgClassName
{
background-color: #4FDFBA;
}
</style>
border-color css
<style>
span { border-color: #4FDFBA; }
span { border-color: rgb(79,223,186); }
td.TdClassName
{
border-color: #4FDFBA;
}
.TagClassName
{
border-color: #4FDFBA;
}
</style>