Shades of Turquoise #4FFFBB
Tints of Turquoise #4FFFBB
RGB
CMYK
RGB Variations
Color information
#4FFFBB (or 0x4FFFBB) is known color: Turquoise. HEX triplet: 4F, FF and BB. RGB value is (79,255,187). Sum of RGB (Red+Green+Blue) = 79+255+187=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFBB is #B00044. Grayscale: #C2C2C2. Windows color (decimal): -11534405 or 12320591. OLE color: 12320591.
HSL color Cylindrical-coordinate representation of color #4FFFBB: hue angle of 156.82º 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 #4FFFBB is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 187 | - |
| CMYK | 0.69 | 0 | 0.27 | 0 |
| HSL | 156.82º | 1% | 0.65% | - |
| HSV(B) | 156.82º | 0.69% | 1% | - |
| XYZ | 47.95 | 76.77 | 59.3 | - |
| YUV | 194.62 | 123.69 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 187 | 0.69 | 0 | 0.27 | 0 | 156.82 | 1 | 0.65 |
| Hex | 4F | FF | BB | 45 | 0 | 1B | 0 | 9D | 64 | 41 |
| Octal | 117 | 377 | 273 | 105 | 0 | 33 | 0 | 235 | 144 | 101 |
| Binary | 1001111 | 11111111 | 10111011 | 1000101 | 0 | 11011 | 0 | 10011101 | 1100100 | 1000001 |
Color Harmonies of #4FFFBB
Complementary color
Monochromatic Colors of #4FFFBB
Black with #4FFFBB
Text Example
Text Example
White with #4FFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFBB; }
p { color: rgb(79,255,187); }
H1.HeaderClassName
{
color: #4FFFBB;
}
.AnyTagClassName
{
color: #4FFFBB;
}
</style>
background-color css
<style>
a { background-color: #4FFFBB; }
a { background-color: rgb(79,255,187); }
div.DivClassName
{
background-color: #4FFFBB;
}
.BgClassName
{
background-color: #4FFFBB;
}
</style>
border-color css
<style>
span { border-color: #4FFFBB; }
span { border-color: rgb(79,255,187); }
td.TdClassName
{
border-color: #4FFFBB;
}
.TagClassName
{
border-color: #4FFFBB;
}
</style>