Shades of Turquoise #4FEFC2
Tints of Turquoise #4FEFC2
RGB
CMYK
RGB Variations
Color information
#4FEFC2 (or 0x4FEFC2) is known color: Turquoise. HEX triplet: 4F, EF and C2. RGB value is (79,239,194). Sum of RGB (Red+Green+Blue) = 79+239+194=512 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.43% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFC2 is #B0103D. Grayscale: #BABABA. Windows color (decimal): -11538494 or 12775247. OLE color: 12775247.
HSL color Cylindrical-coordinate representation of color #4FEFC2: hue angle of 163.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFC2 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 194 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.06 |
| HSL | 163.13º | 0.83% | 0.62% | - |
| HSV(B) | 163.13º | 0.67% | 0.94% | - |
| XYZ | 43.83 | 67.29 | 61.72 | - |
| YUV | 186.03 | 132.49 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 194 | 0.67 | 0 | 0.19 | 0.06 | 163.13 | 0.83 | 0.62 |
| Hex | 4F | EF | C2 | 43 | 0 | 13 | 6 | A3 | 53 | 3E |
| Octal | 117 | 357 | 302 | 103 | 0 | 23 | 6 | 243 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11000010 | 1000011 | 0 | 10011 | 110 | 10100011 | 1010011 | 111110 |
Color Harmonies of #4FEFC2
Complementary color
Monochromatic Colors of #4FEFC2
Black with #4FEFC2
Text Example
Text Example
White with #4FEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFC2; }
p { color: rgb(79,239,194); }
H1.HeaderClassName
{
color: #4FEFC2;
}
.AnyTagClassName
{
color: #4FEFC2;
}
</style>
background-color css
<style>
a { background-color: #4FEFC2; }
a { background-color: rgb(79,239,194); }
div.DivClassName
{
background-color: #4FEFC2;
}
.BgClassName
{
background-color: #4FEFC2;
}
</style>
border-color css
<style>
span { border-color: #4FEFC2; }
span { border-color: rgb(79,239,194); }
td.TdClassName
{
border-color: #4FEFC2;
}
.TagClassName
{
border-color: #4FEFC2;
}
</style>