Shades of Medium Turquoise #4FCEC4
Tints of Medium Turquoise #4FCEC4
RGB
CMYK
RGB Variations
Color information
#4FCEC4 (or 0x4FCEC4) is known color: Medium Turquoise. HEX triplet: 4F, CE and C4. RGB value is (79,206,196). Sum of RGB (Red+Green+Blue) = 79+206+196=481 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.42% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #4FCEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCEC4 is #B0313B. Grayscale: #A6A6A6. Windows color (decimal): -11546940 or 12897871. OLE color: 12897871.
HSL color Cylindrical-coordinate representation of color #4FCEC4: hue angle of 175.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCEC4 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 206 | 196 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.19 |
| HSL | 175.28º | 0.56% | 0.56% | - |
| HSV(B) | 175.28º | 0.62% | 0.81% | - |
| XYZ | 35.26 | 49.79 | 59.98 | - |
| YUV | 166.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 196 | 0.62 | 0 | 0.05 | 0.19 | 175.28 | 0.56 | 0.56 |
| Hex | 4F | CE | C4 | 3E | 0 | 5 | 13 | AF | 38 | 38 |
| Octal | 117 | 316 | 304 | 76 | 0 | 5 | 23 | 257 | 70 | 70 |
| Binary | 1001111 | 11001110 | 11000100 | 111110 | 0 | 101 | 10011 | 10101111 | 111000 | 111000 |
Color Harmonies of #4FCEC4
Complementary color
Monochromatic Colors of #4FCEC4
Black with #4FCEC4
Text Example
Text Example
White with #4FCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEC4; }
p { color: rgb(79,206,196); }
H1.HeaderClassName
{
color: #4FCEC4;
}
.AnyTagClassName
{
color: #4FCEC4;
}
</style>
background-color css
<style>
a { background-color: #4FCEC4; }
a { background-color: rgb(79,206,196); }
div.DivClassName
{
background-color: #4FCEC4;
}
.BgClassName
{
background-color: #4FCEC4;
}
</style>
border-color css
<style>
span { border-color: #4FCEC4; }
span { border-color: rgb(79,206,196); }
td.TdClassName
{
border-color: #4FCEC4;
}
.TagClassName
{
border-color: #4FCEC4;
}
</style>