Shades of Medium Turquoise #4FCEB5
Tints of Medium Turquoise #4FCEB5
RGB
CMYK
RGB Variations
Color information
#4FCEB5 (or 0x4FCEB5) is known color: Medium Turquoise. HEX triplet: 4F, CE and B5. RGB value is (79,206,181). Sum of RGB (Red+Green+Blue) = 79+206+181=466 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.95% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #4FCEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCEB5 is #B0314A. Grayscale: #A5A5A5. Windows color (decimal): -11546955 or 11914831. OLE color: 11914831.
HSL color Cylindrical-coordinate representation of color #4FCEB5: hue angle of 168.19º 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 #4FCEB5 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 206 | 181 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.19 |
| HSL | 168.19º | 0.56% | 0.56% | - |
| HSV(B) | 168.19º | 0.62% | 0.81% | - |
| XYZ | 33.64 | 49.14 | 51.43 | - |
| YUV | 165.18 | 136.92 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 181 | 0.62 | 0 | 0.12 | 0.19 | 168.19 | 0.56 | 0.56 |
| Hex | 4F | CE | B5 | 3E | 0 | C | 13 | A8 | 38 | 38 |
| Octal | 117 | 316 | 265 | 76 | 0 | 14 | 23 | 250 | 70 | 70 |
| Binary | 1001111 | 11001110 | 10110101 | 111110 | 0 | 1100 | 10011 | 10101000 | 111000 | 111000 |
Color Harmonies of #4FCEB5
Complementary color
Monochromatic Colors of #4FCEB5
Black with #4FCEB5
Text Example
Text Example
White with #4FCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEB5; }
p { color: rgb(79,206,181); }
H1.HeaderClassName
{
color: #4FCEB5;
}
.AnyTagClassName
{
color: #4FCEB5;
}
</style>
background-color css
<style>
a { background-color: #4FCEB5; }
a { background-color: rgb(79,206,181); }
div.DivClassName
{
background-color: #4FCEB5;
}
.BgClassName
{
background-color: #4FCEB5;
}
</style>
border-color css
<style>
span { border-color: #4FCEB5; }
span { border-color: rgb(79,206,181); }
td.TdClassName
{
border-color: #4FCEB5;
}
.TagClassName
{
border-color: #4FCEB5;
}
</style>