Shades of Turquoise #4FFEC2
Tints of Turquoise #4FFEC2
RGB
CMYK
RGB Variations
Color information
#4FFEC2 (or 0x4FFEC2) is known color: Turquoise. HEX triplet: 4F, FE and C2. RGB value is (79,254,194). Sum of RGB (Red+Green+Blue) = 79+254+194=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFEC2 is #B0013D. Grayscale: #C2C2C2. Windows color (decimal): -11534654 or 12779087. OLE color: 12779087.
HSL color Cylindrical-coordinate representation of color #4FFEC2: hue angle of 159.43º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFEC2 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 194 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.00 |
| HSL | 159.43º | 0.99% | 0.65% | - |
| HSV(B) | 159.43º | 0.69% | 1% | - |
| XYZ | 48.4 | 76.44 | 63.24 | - |
| YUV | 194.84 | 127.52 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 194 | 0.69 | 0 | 0.24 | 0.00 | 159.43 | 0.99 | 0.65 |
| Hex | 4F | FE | C2 | 45 | 0 | 18 | 0 | 9F | 63 | 41 |
| Octal | 117 | 376 | 302 | 105 | 0 | 30 | 0 | 237 | 143 | 101 |
| Binary | 1001111 | 11111110 | 11000010 | 1000101 | 0 | 11000 | 0 | 10011111 | 1100011 | 1000001 |
Color Harmonies of #4FFEC2
Complementary color
Monochromatic Colors of #4FFEC2
Black with #4FFEC2
Text Example
Text Example
White with #4FFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFEC2; }
p { color: rgb(79,254,194); }
H1.HeaderClassName
{
color: #4FFEC2;
}
.AnyTagClassName
{
color: #4FFEC2;
}
</style>
background-color css
<style>
a { background-color: #4FFEC2; }
a { background-color: rgb(79,254,194); }
div.DivClassName
{
background-color: #4FFEC2;
}
.BgClassName
{
background-color: #4FFEC2;
}
</style>
border-color css
<style>
span { border-color: #4FFEC2; }
span { border-color: rgb(79,254,194); }
td.TdClassName
{
border-color: #4FFEC2;
}
.TagClassName
{
border-color: #4FFEC2;
}
</style>