Shades of Turquoise #4FFDBA
Tints of Turquoise #4FFDBA
RGB
CMYK
RGB Variations
Color information
#4FFDBA (or 0x4FFDBA) is known color: Turquoise. HEX triplet: 4F, FD and BA. RGB value is (79,253,186). Sum of RGB (Red+Green+Blue) = 79+253+186=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDBA is #B00245. Grayscale: #C1C1C1. Windows color (decimal): -11534918 or 12254543. OLE color: 12254543.
HSL color Cylindrical-coordinate representation of color #4FFDBA: hue angle of 156.9º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDBA is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 186 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.01 |
| HSL | 156.9º | 0.98% | 0.65% | - |
| HSV(B) | 156.9º | 0.69% | 0.99% | - |
| XYZ | 47.21 | 75.46 | 58.53 | - |
| YUV | 193.34 | 123.85 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 186 | 0.69 | 0 | 0.26 | 0.01 | 156.9 | 0.98 | 0.65 |
| Hex | 4F | FD | BA | 45 | 0 | 1A | 1 | 9D | 62 | 41 |
| Octal | 117 | 375 | 272 | 105 | 0 | 32 | 1 | 235 | 142 | 101 |
| Binary | 1001111 | 11111101 | 10111010 | 1000101 | 0 | 11010 | 1 | 10011101 | 1100010 | 1000001 |
Color Harmonies of #4FFDBA
Complementary color
Monochromatic Colors of #4FFDBA
Black with #4FFDBA
Text Example
Text Example
White with #4FFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDBA; }
p { color: rgb(79,253,186); }
H1.HeaderClassName
{
color: #4FFDBA;
}
.AnyTagClassName
{
color: #4FFDBA;
}
</style>
background-color css
<style>
a { background-color: #4FFDBA; }
a { background-color: rgb(79,253,186); }
div.DivClassName
{
background-color: #4FFDBA;
}
.BgClassName
{
background-color: #4FFDBA;
}
</style>
border-color css
<style>
span { border-color: #4FFDBA; }
span { border-color: rgb(79,253,186); }
td.TdClassName
{
border-color: #4FFDBA;
}
.TagClassName
{
border-color: #4FFDBA;
}
</style>