Shades of Medium Turquoise #4ECCBF
Tints of Medium Turquoise #4ECCBF
RGB
CMYK
RGB Variations
Color information
#4ECCBF (or 0x4ECCBF) is known color: Medium Turquoise. HEX triplet: 4E, CC and BF. RGB value is (78,204,191). Sum of RGB (Red+Green+Blue) = 78+204+191=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCBF is #B13340. Grayscale: #A4A4A4. Windows color (decimal): -11612993 or 12569678. OLE color: 12569678.
HSL color Cylindrical-coordinate representation of color #4ECCBF: hue angle of 173.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECCBF is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 191 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.2 |
| HSL | 173.81º | 0.55% | 0.55% | - |
| HSV(B) | 173.81º | 0.62% | 0.8% | - |
| XYZ | 34.14 | 48.57 | 56.87 | - |
| YUV | 164.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 191 | 0.62 | 0 | 0.06 | 0.2 | 173.81 | 0.55 | 0.55 |
| Hex | 4E | CC | BF | 3E | 0 | 6 | 14 | AE | 37 | 37 |
| Octal | 116 | 314 | 277 | 76 | 0 | 6 | 24 | 256 | 67 | 67 |
| Binary | 1001110 | 11001100 | 10111111 | 111110 | 0 | 110 | 10100 | 10101110 | 110111 | 110111 |
Color Harmonies of #4ECCBF
Complementary color
Monochromatic Colors of #4ECCBF
Black with #4ECCBF
Text Example
Text Example
White with #4ECCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCBF; }
p { color: rgb(78,204,191); }
H1.HeaderClassName
{
color: #4ECCBF;
}
.AnyTagClassName
{
color: #4ECCBF;
}
</style>
background-color css
<style>
a { background-color: #4ECCBF; }
a { background-color: rgb(78,204,191); }
div.DivClassName
{
background-color: #4ECCBF;
}
.BgClassName
{
background-color: #4ECCBF;
}
</style>
border-color css
<style>
span { border-color: #4ECCBF; }
span { border-color: rgb(78,204,191); }
td.TdClassName
{
border-color: #4ECCBF;
}
.TagClassName
{
border-color: #4ECCBF;
}
</style>