Shades of Turquoise #4FFFBC
Tints of Turquoise #4FFFBC
RGB
CMYK
RGB Variations
Color information
#4FFFBC (or 0x4FFFBC) is known color: Turquoise. HEX triplet: 4F, FF and BC. RGB value is (79,255,188). Sum of RGB (Red+Green+Blue) = 79+255+188=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFBC is #B00043. Grayscale: #C2C2C2. Windows color (decimal): -11534404 or 12386127. OLE color: 12386127.
HSL color Cylindrical-coordinate representation of color #4FFFBC: hue angle of 157.16º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFFBC is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 188 | - |
| CMYK | 0.69 | 0 | 0.26 | 0 |
| HSL | 157.16º | 1% | 0.65% | - |
| HSV(B) | 157.16º | 0.69% | 1% | - |
| XYZ | 48.06 | 76.81 | 59.87 | - |
| YUV | 194.74 | 124.19 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 188 | 0.69 | 0 | 0.26 | 0 | 157.16 | 1 | 0.65 |
| Hex | 4F | FF | BC | 45 | 0 | 1A | 0 | 9D | 64 | 41 |
| Octal | 117 | 377 | 274 | 105 | 0 | 32 | 0 | 235 | 144 | 101 |
| Binary | 1001111 | 11111111 | 10111100 | 1000101 | 0 | 11010 | 0 | 10011101 | 1100100 | 1000001 |
Color Harmonies of #4FFFBC
Complementary color
Monochromatic Colors of #4FFFBC
Black with #4FFFBC
Text Example
Text Example
White with #4FFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFBC; }
p { color: rgb(79,255,188); }
H1.HeaderClassName
{
color: #4FFFBC;
}
.AnyTagClassName
{
color: #4FFFBC;
}
</style>
background-color css
<style>
a { background-color: #4FFFBC; }
a { background-color: rgb(79,255,188); }
div.DivClassName
{
background-color: #4FFFBC;
}
.BgClassName
{
background-color: #4FFFBC;
}
</style>
border-color css
<style>
span { border-color: #4FFFBC; }
span { border-color: rgb(79,255,188); }
td.TdClassName
{
border-color: #4FFFBC;
}
.TagClassName
{
border-color: #4FFFBC;
}
</style>