Shades of Turquoise #4FFBC5
Tints of Turquoise #4FFBC5
RGB
CMYK
RGB Variations
Color information
#4FFBC5 (or 0x4FFBC5) is known color: Turquoise. HEX triplet: 4F, FB and C5. RGB value is (79,251,197). Sum of RGB (Red+Green+Blue) = 79+251+197=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFBC5 is #B0043A. Grayscale: #C1C1C1. Windows color (decimal): -11535419 or 12974927. OLE color: 12974927.
HSL color Cylindrical-coordinate representation of color #4FFBC5: hue angle of 161.16º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFBC5 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 197 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.02 |
| HSL | 161.16º | 0.96% | 0.65% | - |
| HSV(B) | 161.16º | 0.69% | 0.98% | - |
| XYZ | 47.8 | 74.69 | 64.72 | - |
| YUV | 193.42 | 130.02 | 46.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 197 | 0.69 | 0 | 0.22 | 0.02 | 161.16 | 0.96 | 0.65 |
| Hex | 4F | FB | C5 | 45 | 0 | 16 | 2 | A1 | 60 | 41 |
| Octal | 117 | 373 | 305 | 105 | 0 | 26 | 2 | 241 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11000101 | 1000101 | 0 | 10110 | 10 | 10100001 | 1100000 | 1000001 |
Color Harmonies of #4FFBC5
Complementary color
Monochromatic Colors of #4FFBC5
Black with #4FFBC5
Text Example
Text Example
White with #4FFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBC5; }
p { color: rgb(79,251,197); }
H1.HeaderClassName
{
color: #4FFBC5;
}
.AnyTagClassName
{
color: #4FFBC5;
}
</style>
background-color css
<style>
a { background-color: #4FFBC5; }
a { background-color: rgb(79,251,197); }
div.DivClassName
{
background-color: #4FFBC5;
}
.BgClassName
{
background-color: #4FFBC5;
}
</style>
border-color css
<style>
span { border-color: #4FFBC5; }
span { border-color: rgb(79,251,197); }
td.TdClassName
{
border-color: #4FFBC5;
}
.TagClassName
{
border-color: #4FFBC5;
}
</style>