Shades of Turquoise #4FEBC2
Tints of Turquoise #4FEBC2
RGB
CMYK
RGB Variations
Color information
#4FEBC2 (or 0x4FEBC2) is known color: Turquoise. HEX triplet: 4F, EB and C2. RGB value is (79,235,194). Sum of RGB (Red+Green+Blue) = 79+235+194=508 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.55% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBC2 is #B0143D. Grayscale: #B7B7B7. Windows color (decimal): -11539518 or 12774223. OLE color: 12774223.
HSL color Cylindrical-coordinate representation of color #4FEBC2: hue angle of 164.23º 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 #4FEBC2 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 194 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.08 |
| HSL | 164.23º | 0.8% | 0.62% | - |
| HSV(B) | 164.23º | 0.66% | 0.92% | - |
| XYZ | 42.67 | 64.97 | 61.33 | - |
| YUV | 183.68 | 133.82 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 194 | 0.66 | 0 | 0.17 | 0.08 | 164.23 | 0.8 | 0.62 |
| Hex | 4F | EB | C2 | 42 | 0 | 11 | 8 | A4 | 50 | 3E |
| Octal | 117 | 353 | 302 | 102 | 0 | 21 | 10 | 244 | 120 | 76 |
| Binary | 1001111 | 11101011 | 11000010 | 1000010 | 0 | 10001 | 1000 | 10100100 | 1010000 | 111110 |
Color Harmonies of #4FEBC2
Complementary color
Monochromatic Colors of #4FEBC2
Black with #4FEBC2
Text Example
Text Example
White with #4FEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBC2; }
p { color: rgb(79,235,194); }
H1.HeaderClassName
{
color: #4FEBC2;
}
.AnyTagClassName
{
color: #4FEBC2;
}
</style>
background-color css
<style>
a { background-color: #4FEBC2; }
a { background-color: rgb(79,235,194); }
div.DivClassName
{
background-color: #4FEBC2;
}
.BgClassName
{
background-color: #4FEBC2;
}
</style>
border-color css
<style>
span { border-color: #4FEBC2; }
span { border-color: rgb(79,235,194); }
td.TdClassName
{
border-color: #4FEBC2;
}
.TagClassName
{
border-color: #4FEBC2;
}
</style>