Shades of Turquoise #4FFDBC
Tints of Turquoise #4FFDBC
RGB
CMYK
RGB Variations
Color information
#4FFDBC (or 0x4FFDBC) is known color: Turquoise. HEX triplet: 4F, FD and BC. RGB value is (79,253,188). Sum of RGB (Red+Green+Blue) = 79+253+188=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDBC is #B00243. Grayscale: #C1C1C1. Windows color (decimal): -11534916 or 12385615. OLE color: 12385615.
HSL color Cylindrical-coordinate representation of color #4FFDBC: hue angle of 157.59º 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 #4FFDBC is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 188 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.01 |
| HSL | 157.59º | 0.98% | 0.65% | - |
| HSV(B) | 157.59º | 0.69% | 0.99% | - |
| XYZ | 47.43 | 75.54 | 59.66 | - |
| YUV | 193.56 | 124.85 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 188 | 0.69 | 0 | 0.26 | 0.01 | 157.59 | 0.98 | 0.65 |
| Hex | 4F | FD | BC | 45 | 0 | 1A | 1 | 9E | 62 | 41 |
| Octal | 117 | 375 | 274 | 105 | 0 | 32 | 1 | 236 | 142 | 101 |
| Binary | 1001111 | 11111101 | 10111100 | 1000101 | 0 | 11010 | 1 | 10011110 | 1100010 | 1000001 |
Color Harmonies of #4FFDBC
Complementary color
Monochromatic Colors of #4FFDBC
Black with #4FFDBC
Text Example
Text Example
White with #4FFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDBC; }
p { color: rgb(79,253,188); }
H1.HeaderClassName
{
color: #4FFDBC;
}
.AnyTagClassName
{
color: #4FFDBC;
}
</style>
background-color css
<style>
a { background-color: #4FFDBC; }
a { background-color: rgb(79,253,188); }
div.DivClassName
{
background-color: #4FFDBC;
}
.BgClassName
{
background-color: #4FFDBC;
}
</style>
border-color css
<style>
span { border-color: #4FFDBC; }
span { border-color: rgb(79,253,188); }
td.TdClassName
{
border-color: #4FFDBC;
}
.TagClassName
{
border-color: #4FFDBC;
}
</style>