Shades of Medium Turquoise #4ECBD7
Tints of Medium Turquoise #4ECBD7
RGB
CMYK
RGB Variations
Color information
#4ECBD7 (or 0x4ECBD7) is known color: Medium Turquoise. HEX triplet: 4E, CB and D7. RGB value is (78,203,215). Sum of RGB (Red+Green+Blue) = 78+203+215=496 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.73% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #4ECBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBD7 is #B13428. Grayscale: #A6A6A6. Windows color (decimal): -11613225 or 14142286. OLE color: 14142286.
HSL color Cylindrical-coordinate representation of color #4ECBD7: hue angle of 185.26º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ECBD7 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 203 | 215 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.16 |
| HSL | 185.26º | 0.63% | 0.57% | - |
| HSV(B) | 185.26º | 0.64% | 0.84% | - |
| XYZ | 36.76 | 49.24 | 71.86 | - |
| YUV | 166.99 | 155.09 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 215 | 0.64 | 0.06 | 0 | 0.16 | 185.26 | 0.63 | 0.57 |
| Hex | 4E | CB | D7 | 40 | 6 | 0 | 10 | B9 | 3F | 39 |
| Octal | 116 | 313 | 327 | 100 | 6 | 0 | 20 | 271 | 77 | 71 |
| Binary | 1001110 | 11001011 | 11010111 | 1000000 | 110 | 0 | 10000 | 10111001 | 111111 | 111001 |
Color Harmonies of #4ECBD7
Complementary color
Monochromatic Colors of #4ECBD7
Black with #4ECBD7
Text Example
Text Example
White with #4ECBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECBD7; }
p { color: rgb(78,203,215); }
H1.HeaderClassName
{
color: #4ECBD7;
}
.AnyTagClassName
{
color: #4ECBD7;
}
</style>
background-color css
<style>
a { background-color: #4ECBD7; }
a { background-color: rgb(78,203,215); }
div.DivClassName
{
background-color: #4ECBD7;
}
.BgClassName
{
background-color: #4ECBD7;
}
</style>
border-color css
<style>
span { border-color: #4ECBD7; }
span { border-color: rgb(78,203,215); }
td.TdClassName
{
border-color: #4ECBD7;
}
.TagClassName
{
border-color: #4ECBD7;
}
</style>