Shades of Medium Turquoise #4ECCCE
Tints of Medium Turquoise #4ECCCE
RGB
CMYK
RGB Variations
Color information
#4ECCCE (or 0x4ECCCE) is known color: Medium Turquoise. HEX triplet: 4E, CC and CE. RGB value is (78,204,206). Sum of RGB (Red+Green+Blue) = 78+204+206=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #4ECCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCCE is #B13331. Grayscale: #A6A6A6. Windows color (decimal): -11612978 or 13552718. OLE color: 13552718.
HSL color Cylindrical-coordinate representation of color #4ECCCE: hue angle of 180.94º degrees, saturation: 0.57, 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 #4ECCCE is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 204 | 206 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.19 |
| HSL | 180.94º | 0.57% | 0.56% | - |
| HSV(B) | 180.94º | 0.62% | 0.81% | - |
| XYZ | 35.88 | 49.26 | 66.01 | - |
| YUV | 166.55 | 150.26 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 206 | 0.62 | 0.01 | 0 | 0.19 | 180.94 | 0.57 | 0.56 |
| Hex | 4E | CC | CE | 3E | 1 | 0 | 13 | B5 | 39 | 38 |
| Octal | 116 | 314 | 316 | 76 | 1 | 0 | 23 | 265 | 71 | 70 |
| Binary | 1001110 | 11001100 | 11001110 | 111110 | 1 | 0 | 10011 | 10110101 | 111001 | 111000 |
Color Harmonies of #4ECCCE
Complementary color
Monochromatic Colors of #4ECCCE
Black with #4ECCCE
Text Example
Text Example
White with #4ECCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCCE; }
p { color: rgb(78,204,206); }
H1.HeaderClassName
{
color: #4ECCCE;
}
.AnyTagClassName
{
color: #4ECCCE;
}
</style>
background-color css
<style>
a { background-color: #4ECCCE; }
a { background-color: rgb(78,204,206); }
div.DivClassName
{
background-color: #4ECCCE;
}
.BgClassName
{
background-color: #4ECCCE;
}
</style>
border-color css
<style>
span { border-color: #4ECCCE; }
span { border-color: rgb(78,204,206); }
td.TdClassName
{
border-color: #4ECCCE;
}
.TagClassName
{
border-color: #4ECCCE;
}
</style>