Shades of Medium Turquoise #4FCEB6
Tints of Medium Turquoise #4FCEB6
RGB
CMYK
RGB Variations
Color information
#4FCEB6 (or 0x4FCEB6) is known color: Medium Turquoise. HEX triplet: 4F, CE and B6. RGB value is (79,206,182). Sum of RGB (Red+Green+Blue) = 79+206+182=467 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.92% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #4FCEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCEB6 is #B03149. Grayscale: #A5A5A5. Windows color (decimal): -11546954 or 11980367. OLE color: 11980367.
HSL color Cylindrical-coordinate representation of color #4FCEB6: hue angle of 168.66º 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 #4FCEB6 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 206 | 182 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.19 |
| HSL | 168.66º | 0.56% | 0.56% | - |
| HSV(B) | 168.66º | 0.62% | 0.81% | - |
| XYZ | 33.74 | 49.18 | 51.97 | - |
| YUV | 165.29 | 137.42 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 182 | 0.62 | 0 | 0.12 | 0.19 | 168.66 | 0.56 | 0.56 |
| Hex | 4F | CE | B6 | 3E | 0 | C | 13 | A9 | 38 | 38 |
| Octal | 117 | 316 | 266 | 76 | 0 | 14 | 23 | 251 | 70 | 70 |
| Binary | 1001111 | 11001110 | 10110110 | 111110 | 0 | 1100 | 10011 | 10101001 | 111000 | 111000 |
Color Harmonies of #4FCEB6
Complementary color
Monochromatic Colors of #4FCEB6
Black with #4FCEB6
Text Example
Text Example
White with #4FCEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEB6; }
p { color: rgb(79,206,182); }
H1.HeaderClassName
{
color: #4FCEB6;
}
.AnyTagClassName
{
color: #4FCEB6;
}
</style>
background-color css
<style>
a { background-color: #4FCEB6; }
a { background-color: rgb(79,206,182); }
div.DivClassName
{
background-color: #4FCEB6;
}
.BgClassName
{
background-color: #4FCEB6;
}
</style>
border-color css
<style>
span { border-color: #4FCEB6; }
span { border-color: rgb(79,206,182); }
td.TdClassName
{
border-color: #4FCEB6;
}
.TagClassName
{
border-color: #4FCEB6;
}
</style>