Html Css Color HEX #4EC6BA Medium Turquoise

📋 copy color: '#4EC6BA'

red 78 ◦ green 198 ◦ blue 186

#4EC6BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #4EC6BA

Tints of Medium Turquoise #4EC6BA

RGB

 RED value IS 78 (30.86% from 255) = 16.88%

 GREEN value IS 198 (77.73% from 255) = 42.86%

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 16.88%
G = 42.86%
B = 40.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4EC6BA (or 0x4EC6BA) is known color: Medium Turquoise. HEX triplet: 4E, C6 and BA. RGB value is (78,198,186). Sum of RGB (Red+Green+Blue) = 78+198+186=462 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.88% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC6BA is #B13945. Grayscale: #A0A0A0. Windows color (decimal): -11614534 or 12240462. OLE color: 12240462.

HSL color Cylindrical-coordinate representation of color #4EC6BA: hue angle of 174º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC6BA is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 78 198 186 -
CMYK 0.61 0 0.06 0.22
HSL 174º 0.51% 0.54% -
HSV(B) 174º 0.61% 0.78% -
XYZ 32.2 45.55 53.55 -
YUV 160.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 78 198 186 0.61 0 0.06 0.22 174 0.51 0.54
Hex 4E C6 BA 3D 0 6 16 AE 33 36
Octal 116 306 272 75 0 6 26 256 63 66
Binary 1001110 11000110 10111010 111101 0 110 10110 10101110 110011 110110

Color Harmonies of #4EC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC6BA

Black with #4EC6BA

Text Example


Text Example

White with #4EC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EC6BA; }

 p { color: rgb(78,198,186); }

 H1.HeaderClassName
 {
   color: #4EC6BA;
 }
 .AnyTagClassName
 {
   color: #4EC6BA;
 }
</style>

background-color css

<style>
 a { background-color: #4EC6BA; }

 a { background-color: rgb(78,198,186); }

 div.DivClassName
 {
   background-color: #4EC6BA;
 }
 .BgClassName
 {
   background-color: #4EC6BA;
 }
</style>

border-color css

<style>
 span { border-color: #4EC6BA; }

 span { border-color: rgb(78,198,186); }

 td.TdClassName
 {
   border-color: #4EC6BA;
 }
 .TagClassName
 {
   border-color: #4EC6BA;
 }
</style>