Shades of Turquoise #4FE4C5
Tints of Turquoise #4FE4C5
RGB
CMYK
RGB Variations
Color information
#4FE4C5 (or 0x4FE4C5) is known color: Turquoise. HEX triplet: 4F, E4 and C5. RGB value is (79,228,197). Sum of RGB (Red+Green+Blue) = 79+228+197=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #4FE4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE4C5 is #B01B3A. Grayscale: #B3B3B3. Windows color (decimal): -11541307 or 12969039. OLE color: 12969039.
HSL color Cylindrical-coordinate representation of color #4FE4C5: hue angle of 167.52º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE4C5 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 228 | 197 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.11 |
| HSL | 167.52º | 0.73% | 0.6% | - |
| HSV(B) | 167.52º | 0.65% | 0.89% | - |
| XYZ | 41.05 | 61.18 | 62.47 | - |
| YUV | 179.92 | 137.64 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 228 | 197 | 0.65 | 0 | 0.14 | 0.11 | 167.52 | 0.73 | 0.6 |
| Hex | 4F | E4 | C5 | 41 | 0 | E | B | A8 | 49 | 3C |
| Octal | 117 | 344 | 305 | 101 | 0 | 16 | 13 | 250 | 111 | 74 |
| Binary | 1001111 | 11100100 | 11000101 | 1000001 | 0 | 1110 | 1011 | 10101000 | 1001001 | 111100 |
Color Harmonies of #4FE4C5
Complementary color
Monochromatic Colors of #4FE4C5
Black with #4FE4C5
Text Example
Text Example
White with #4FE4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE4C5; }
p { color: rgb(79,228,197); }
H1.HeaderClassName
{
color: #4FE4C5;
}
.AnyTagClassName
{
color: #4FE4C5;
}
</style>
background-color css
<style>
a { background-color: #4FE4C5; }
a { background-color: rgb(79,228,197); }
div.DivClassName
{
background-color: #4FE4C5;
}
.BgClassName
{
background-color: #4FE4C5;
}
</style>
border-color css
<style>
span { border-color: #4FE4C5; }
span { border-color: rgb(79,228,197); }
td.TdClassName
{
border-color: #4FE4C5;
}
.TagClassName
{
border-color: #4FE4C5;
}
</style>