Shades of Turquoise #4FEFC6
Tints of Turquoise #4FEFC6
RGB
CMYK
RGB Variations
Color information
#4FEFC6 (or 0x4FEFC6) is known color: Turquoise. HEX triplet: 4F, EF and C6. RGB value is (79,239,198). Sum of RGB (Red+Green+Blue) = 79+239+198=516 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.31% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFC6 is #B01039. Grayscale: #BABABA. Windows color (decimal): -11538490 or 13037391. OLE color: 13037391.
HSL color Cylindrical-coordinate representation of color #4FEFC6: hue angle of 164.62º 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 #4FEFC6 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 198 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.06 |
| HSL | 164.63º | 0.83% | 0.62% | - |
| HSV(B) | 164.63º | 0.67% | 0.94% | - |
| XYZ | 44.28 | 67.47 | 64.12 | - |
| YUV | 186.49 | 134.49 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 198 | 0.67 | 0 | 0.17 | 0.06 | 164.63 | 0.83 | 0.62 |
| Hex | 4F | EF | C6 | 43 | 0 | 11 | 6 | A5 | 53 | 3E |
| Octal | 117 | 357 | 306 | 103 | 0 | 21 | 6 | 245 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11000110 | 1000011 | 0 | 10001 | 110 | 10100101 | 1010011 | 111110 |
Color Harmonies of #4FEFC6
Complementary color
Monochromatic Colors of #4FEFC6
Black with #4FEFC6
Text Example
Text Example
White with #4FEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFC6; }
p { color: rgb(79,239,198); }
H1.HeaderClassName
{
color: #4FEFC6;
}
.AnyTagClassName
{
color: #4FEFC6;
}
</style>
background-color css
<style>
a { background-color: #4FEFC6; }
a { background-color: rgb(79,239,198); }
div.DivClassName
{
background-color: #4FEFC6;
}
.BgClassName
{
background-color: #4FEFC6;
}
</style>
border-color css
<style>
span { border-color: #4FEFC6; }
span { border-color: rgb(79,239,198); }
td.TdClassName
{
border-color: #4FEFC6;
}
.TagClassName
{
border-color: #4FEFC6;
}
</style>