Shades of Turquoise #4FEBC5
Tints of Turquoise #4FEBC5
RGB
CMYK
RGB Variations
Color information
#4FEBC5 (or 0x4FEBC5) is known color: Turquoise. HEX triplet: 4F, EB and C5. RGB value is (79,235,197). Sum of RGB (Red+Green+Blue) = 79+235+197=511 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.46% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBC5 is #B0143A. Grayscale: #B8B8B8. Windows color (decimal): -11539515 or 12970831. OLE color: 12970831.
HSL color Cylindrical-coordinate representation of color #4FEBC5: hue angle of 165.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEBC5 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 197 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.08 |
| HSL | 165.38º | 0.8% | 0.62% | - |
| HSV(B) | 165.38º | 0.66% | 0.92% | - |
| XYZ | 43.01 | 65.11 | 63.12 | - |
| YUV | 184.02 | 135.32 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 197 | 0.66 | 0 | 0.16 | 0.08 | 165.38 | 0.8 | 0.62 |
| Hex | 4F | EB | C5 | 42 | 0 | 10 | 8 | A5 | 50 | 3E |
| Octal | 117 | 353 | 305 | 102 | 0 | 20 | 10 | 245 | 120 | 76 |
| Binary | 1001111 | 11101011 | 11000101 | 1000010 | 0 | 10000 | 1000 | 10100101 | 1010000 | 111110 |
Color Harmonies of #4FEBC5
Complementary color
Monochromatic Colors of #4FEBC5
Black with #4FEBC5
Text Example
Text Example
White with #4FEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBC5; }
p { color: rgb(79,235,197); }
H1.HeaderClassName
{
color: #4FEBC5;
}
.AnyTagClassName
{
color: #4FEBC5;
}
</style>
background-color css
<style>
a { background-color: #4FEBC5; }
a { background-color: rgb(79,235,197); }
div.DivClassName
{
background-color: #4FEBC5;
}
.BgClassName
{
background-color: #4FEBC5;
}
</style>
border-color css
<style>
span { border-color: #4FEBC5; }
span { border-color: rgb(79,235,197); }
td.TdClassName
{
border-color: #4FEBC5;
}
.TagClassName
{
border-color: #4FEBC5;
}
</style>