Html Css Color HEX #4ECACC Medium Turquoise

📋 copy color: '#4ECACC'

red 78 ◦ green 202 ◦ blue 204

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

Shades of Medium Turquoise #4ECACC

Tints of Medium Turquoise #4ECACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 16.12%
G = 41.74%
B = 42.15%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4ECACC (or 0x4ECACC) is known color: Medium Turquoise. HEX triplet: 4E, CA and CC. RGB value is (78,202,204). Sum of RGB (Red+Green+Blue) = 78+202+204=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #4ECACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECACC is #B13533. Grayscale: #A5A5A5. Windows color (decimal): -11613492 or 13421134. OLE color: 13421134.

HSL color Cylindrical-coordinate representation of color #4ECACC: hue angle of 180.95º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECACC is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 202 204 -
CMYK 0.62 0.01 0 0.2
HSL 180.95º 0.55% 0.55% -
HSV(B) 180.95º 0.62% 0.8% -
XYZ 35.16 48.22 64.58 -
YUV 165.15 149.92 65.84 -
System Red Green Blue C M Y K H S L
Decimal 78 202 204 0.62 0.01 0 0.2 180.95 0.55 0.55
Hex 4E CA CC 3E 1 0 14 B5 37 37
Octal 116 312 314 76 1 0 24 265 67 67
Binary 1001110 11001010 11001100 111110 1 0 10100 10110101 110111 110111

Color Harmonies of #4ECACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECACC

Black with #4ECACC

Text Example


Text Example

White with #4ECACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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