Shades of Medium Turquoise #4ECABF
Tints of Medium Turquoise #4ECABF
RGB
CMYK
RGB Variations
Color information
#4ECABF (or 0x4ECABF) is known color: Medium Turquoise. HEX triplet: 4E, CA and BF. RGB value is (78,202,191). Sum of RGB (Red+Green+Blue) = 78+202+191=471 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.56% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #4ECABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECABF is #B13540. Grayscale: #A3A3A3. Windows color (decimal): -11613505 or 12569166. OLE color: 12569166.
HSL color Cylindrical-coordinate representation of color #4ECABF: hue angle of 174.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ECABF is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 202 | 191 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.21 |
| HSL | 174.68º | 0.54% | 0.55% | - |
| HSV(B) | 174.68º | 0.61% | 0.79% | - |
| XYZ | 33.67 | 47.62 | 56.71 | - |
| YUV | 163.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 191 | 0.61 | 0 | 0.05 | 0.21 | 174.68 | 0.54 | 0.55 |
| Hex | 4E | CA | BF | 3D | 0 | 5 | 15 | AF | 36 | 37 |
| Octal | 116 | 312 | 277 | 75 | 0 | 5 | 25 | 257 | 66 | 67 |
| Binary | 1001110 | 11001010 | 10111111 | 111101 | 0 | 101 | 10101 | 10101111 | 110110 | 110111 |
Color Harmonies of #4ECABF
Complementary color
Monochromatic Colors of #4ECABF
Black with #4ECABF
Text Example
Text Example
White with #4ECABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECABF; }
p { color: rgb(78,202,191); }
H1.HeaderClassName
{
color: #4ECABF;
}
.AnyTagClassName
{
color: #4ECABF;
}
</style>
background-color css
<style>
a { background-color: #4ECABF; }
a { background-color: rgb(78,202,191); }
div.DivClassName
{
background-color: #4ECABF;
}
.BgClassName
{
background-color: #4ECABF;
}
</style>
border-color css
<style>
span { border-color: #4ECABF; }
span { border-color: rgb(78,202,191); }
td.TdClassName
{
border-color: #4ECABF;
}
.TagClassName
{
border-color: #4ECABF;
}
</style>