Shades of Turquoise #4FEFC0
Tints of Turquoise #4FEFC0
RGB
CMYK
RGB Variations
Color information
#4FEFC0 (or 0x4FEFC0) is known color: Turquoise. HEX triplet: 4F, EF and C0. RGB value is (79,239,192). Sum of RGB (Red+Green+Blue) = 79+239+192=510 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.49% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFC0 is #B0103F. Grayscale: #B9B9B9. Windows color (decimal): -11538496 or 12644175. OLE color: 12644175.
HSL color Cylindrical-coordinate representation of color #4FEFC0: hue angle of 162.38º 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 #4FEFC0 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 192 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.06 |
| HSL | 162.38º | 0.83% | 0.62% | - |
| HSV(B) | 162.38º | 0.67% | 0.94% | - |
| XYZ | 43.61 | 67.2 | 60.54 | - |
| YUV | 185.8 | 131.49 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 192 | 0.67 | 0 | 0.20 | 0.06 | 162.38 | 0.83 | 0.62 |
| Hex | 4F | EF | C0 | 43 | 0 | 14 | 6 | A2 | 53 | 3E |
| Octal | 117 | 357 | 300 | 103 | 0 | 24 | 6 | 242 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11000000 | 1000011 | 0 | 10100 | 110 | 10100010 | 1010011 | 111110 |
Color Harmonies of #4FEFC0
Complementary color
Monochromatic Colors of #4FEFC0
Black with #4FEFC0
Text Example
Text Example
White with #4FEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFC0; }
p { color: rgb(79,239,192); }
H1.HeaderClassName
{
color: #4FEFC0;
}
.AnyTagClassName
{
color: #4FEFC0;
}
</style>
background-color css
<style>
a { background-color: #4FEFC0; }
a { background-color: rgb(79,239,192); }
div.DivClassName
{
background-color: #4FEFC0;
}
.BgClassName
{
background-color: #4FEFC0;
}
</style>
border-color css
<style>
span { border-color: #4FEFC0; }
span { border-color: rgb(79,239,192); }
td.TdClassName
{
border-color: #4FEFC0;
}
.TagClassName
{
border-color: #4FEFC0;
}
</style>