Html Css Color HEX #4ECAC0 Medium Turquoise

📋 copy color: '#4ECAC0'

red 78 ◦ green 202 ◦ blue 192

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

Shades of Medium Turquoise #4ECAC0

Tints of Medium Turquoise #4ECAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.8%

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 16.53%
G = 42.8%
B = 40.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#4ECAC0 (or 0x4ECAC0) is known color: Medium Turquoise. HEX triplet: 4E, CA and C0. RGB value is (78,202,192). Sum of RGB (Red+Green+Blue) = 78+202+192=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #4ECAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECAC0 is #B1353F. Grayscale: #A3A3A3. Windows color (decimal): -11613504 or 12634702. OLE color: 12634702.

HSL color Cylindrical-coordinate representation of color #4ECAC0: hue angle of 175.16º 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 #4ECAC0 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 202 192 -
CMYK 0.61 0 0.05 0.21
HSL 175.16º 0.54% 0.55% -
HSV(B) 175.16º 0.61% 0.79% -
XYZ 33.78 47.67 57.29 -
YUV 163.78 143.92 66.81 -
System Red Green Blue C M Y K H S L
Decimal 78 202 192 0.61 0 0.05 0.21 175.16 0.54 0.55
Hex 4E CA C0 3D 0 5 15 AF 36 37
Octal 116 312 300 75 0 5 25 257 66 67
Binary 1001110 11001010 11000000 111101 0 101 10101 10101111 110110 110111

Color Harmonies of #4ECAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECAC0

Black with #4ECAC0

Text Example


Text Example

White with #4ECAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,202,192); }

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

background-color css

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

 a { background-color: rgb(78,202,192); }

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

border-color css

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

 span { border-color: rgb(78,202,192); }

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