Shades of Medium Turquoise #4FCEC3
Tints of Medium Turquoise #4FCEC3
RGB
CMYK
RGB Variations
Color information
#4FCEC3 (or 0x4FCEC3) is known color: Medium Turquoise. HEX triplet: 4F, CE and C3. RGB value is (79,206,195). Sum of RGB (Red+Green+Blue) = 79+206+195=480 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.46% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #4FCEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCEC3 is #B0313C. Grayscale: #A6A6A6. Windows color (decimal): -11546941 or 12832335. OLE color: 12832335.
HSL color Cylindrical-coordinate representation of color #4FCEC3: hue angle of 174.8º 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 #4FCEC3 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 206 | 195 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.19 |
| HSL | 174.8º | 0.56% | 0.56% | - |
| HSV(B) | 174.8º | 0.62% | 0.81% | - |
| XYZ | 35.15 | 49.75 | 59.38 | - |
| YUV | 166.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 195 | 0.62 | 0 | 0.05 | 0.19 | 174.8 | 0.56 | 0.56 |
| Hex | 4F | CE | C3 | 3E | 0 | 5 | 13 | AF | 38 | 38 |
| Octal | 117 | 316 | 303 | 76 | 0 | 5 | 23 | 257 | 70 | 70 |
| Binary | 1001111 | 11001110 | 11000011 | 111110 | 0 | 101 | 10011 | 10101111 | 111000 | 111000 |
Color Harmonies of #4FCEC3
Complementary color
Monochromatic Colors of #4FCEC3
Black with #4FCEC3
Text Example
Text Example
White with #4FCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEC3; }
p { color: rgb(79,206,195); }
H1.HeaderClassName
{
color: #4FCEC3;
}
.AnyTagClassName
{
color: #4FCEC3;
}
</style>
background-color css
<style>
a { background-color: #4FCEC3; }
a { background-color: rgb(79,206,195); }
div.DivClassName
{
background-color: #4FCEC3;
}
.BgClassName
{
background-color: #4FCEC3;
}
</style>
border-color css
<style>
span { border-color: #4FCEC3; }
span { border-color: rgb(79,206,195); }
td.TdClassName
{
border-color: #4FCEC3;
}
.TagClassName
{
border-color: #4FCEC3;
}
</style>