Shades of Medium Turquoise #4FCEBE
Tints of Medium Turquoise #4FCEBE
RGB
CMYK
RGB Variations
Color information
#4FCEBE (or 0x4FCEBE) is known color: Medium Turquoise. HEX triplet: 4F, CE and BE. RGB value is (79,206,190). Sum of RGB (Red+Green+Blue) = 79+206+190=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #4FCEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCEBE is #B03141. Grayscale: #A6A6A6. Windows color (decimal): -11546946 or 12504655. OLE color: 12504655.
HSL color Cylindrical-coordinate representation of color #4FCEBE: hue angle of 172.44º 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 #4FCEBE is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 206 | 190 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.19 |
| HSL | 172.44º | 0.56% | 0.56% | - |
| HSV(B) | 172.44º | 0.62% | 0.81% | - |
| XYZ | 34.59 | 49.52 | 56.45 | - |
| YUV | 166.2 | 141.42 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 190 | 0.62 | 0 | 0.08 | 0.19 | 172.44 | 0.56 | 0.56 |
| Hex | 4F | CE | BE | 3E | 0 | 8 | 13 | AC | 38 | 38 |
| Octal | 117 | 316 | 276 | 76 | 0 | 10 | 23 | 254 | 70 | 70 |
| Binary | 1001111 | 11001110 | 10111110 | 111110 | 0 | 1000 | 10011 | 10101100 | 111000 | 111000 |
Color Harmonies of #4FCEBE
Complementary color
Monochromatic Colors of #4FCEBE
Black with #4FCEBE
Text Example
Text Example
White with #4FCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEBE; }
p { color: rgb(79,206,190); }
H1.HeaderClassName
{
color: #4FCEBE;
}
.AnyTagClassName
{
color: #4FCEBE;
}
</style>
background-color css
<style>
a { background-color: #4FCEBE; }
a { background-color: rgb(79,206,190); }
div.DivClassName
{
background-color: #4FCEBE;
}
.BgClassName
{
background-color: #4FCEBE;
}
</style>
border-color css
<style>
span { border-color: #4FCEBE; }
span { border-color: rgb(79,206,190); }
td.TdClassName
{
border-color: #4FCEBE;
}
.TagClassName
{
border-color: #4FCEBE;
}
</style>