Shades of Turquoise #4FFFB8
Tints of Turquoise #4FFFB8
RGB
CMYK
RGB Variations
Color information
#4FFFB8 (or 0x4FFFB8) is known color: Turquoise. HEX triplet: 4F, FF and B8. RGB value is (79,255,184). Sum of RGB (Red+Green+Blue) = 79+255+184=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFB8 is #B00047. Grayscale: #C2C2C2. Windows color (decimal): -11534408 or 12123983. OLE color: 12123983.
HSL color Cylindrical-coordinate representation of color #4FFFB8: hue angle of 155.8º 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 #4FFFB8 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 184 | - |
| CMYK | 0.69 | 0 | 0.28 | 0 |
| HSL | 155.8º | 1% | 0.65% | - |
| HSV(B) | 155.8º | 0.69% | 1% | - |
| XYZ | 47.64 | 76.64 | 57.63 | - |
| YUV | 194.28 | 122.19 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 184 | 0.69 | 0 | 0.28 | 0 | 155.8 | 1 | 0.65 |
| Hex | 4F | FF | B8 | 45 | 0 | 1C | 0 | 9C | 64 | 41 |
| Octal | 117 | 377 | 270 | 105 | 0 | 34 | 0 | 234 | 144 | 101 |
| Binary | 1001111 | 11111111 | 10111000 | 1000101 | 0 | 11100 | 0 | 10011100 | 1100100 | 1000001 |
Color Harmonies of #4FFFB8
Complementary color
Monochromatic Colors of #4FFFB8
Black with #4FFFB8
Text Example
Text Example
White with #4FFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFB8; }
p { color: rgb(79,255,184); }
H1.HeaderClassName
{
color: #4FFFB8;
}
.AnyTagClassName
{
color: #4FFFB8;
}
</style>
background-color css
<style>
a { background-color: #4FFFB8; }
a { background-color: rgb(79,255,184); }
div.DivClassName
{
background-color: #4FFFB8;
}
.BgClassName
{
background-color: #4FFFB8;
}
</style>
border-color css
<style>
span { border-color: #4FFFB8; }
span { border-color: rgb(79,255,184); }
td.TdClassName
{
border-color: #4FFFB8;
}
.TagClassName
{
border-color: #4FFFB8;
}
</style>