Shades of Medium Turquoise #4ECED2
Tints of Medium Turquoise #4ECED2
RGB
CMYK
RGB Variations
Color information
#4ECED2 (or 0x4ECED2) is known color: Medium Turquoise. HEX triplet: 4E, CE and D2. RGB value is (78,206,210). Sum of RGB (Red+Green+Blue) = 78+206+210=494 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.79% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #4ECED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECED2 is #B1312D. Grayscale: #A8A8A8. Windows color (decimal): -11612462 or 13815374. OLE color: 13815374.
HSL color Cylindrical-coordinate representation of color #4ECED2: hue angle of 181.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ECED2 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 206 | 210 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.18 |
| HSL | 181.82º | 0.59% | 0.56% | - |
| HSV(B) | 181.82º | 0.63% | 0.82% | - |
| XYZ | 36.85 | 50.42 | 68.76 | - |
| YUV | 168.18 | 151.59 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 210 | 0.63 | 0.02 | 0 | 0.18 | 181.82 | 0.59 | 0.56 |
| Hex | 4E | CE | D2 | 3F | 2 | 0 | 12 | B6 | 3B | 38 |
| Octal | 116 | 316 | 322 | 77 | 2 | 0 | 22 | 266 | 73 | 70 |
| Binary | 1001110 | 11001110 | 11010010 | 111111 | 10 | 0 | 10010 | 10110110 | 111011 | 111000 |
Color Harmonies of #4ECED2
Complementary color
Monochromatic Colors of #4ECED2
Black with #4ECED2
Text Example
Text Example
White with #4ECED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECED2; }
p { color: rgb(78,206,210); }
H1.HeaderClassName
{
color: #4ECED2;
}
.AnyTagClassName
{
color: #4ECED2;
}
</style>
background-color css
<style>
a { background-color: #4ECED2; }
a { background-color: rgb(78,206,210); }
div.DivClassName
{
background-color: #4ECED2;
}
.BgClassName
{
background-color: #4ECED2;
}
</style>
border-color css
<style>
span { border-color: #4ECED2; }
span { border-color: rgb(78,206,210); }
td.TdClassName
{
border-color: #4ECED2;
}
.TagClassName
{
border-color: #4ECED2;
}
</style>