Html Css Color HEX #4ECCC0 Medium Turquoise

📋 copy color: '#4ECCC0'

red 78 ◦ green 204 ◦ blue 192

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

Shades of Medium Turquoise #4ECCC0

Tints of Medium Turquoise #4ECCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

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

R = 16.46%
G = 43.04%
B = 40.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#4ECCC0 (or 0x4ECCC0) is known color: Medium Turquoise. HEX triplet: 4E, CC and C0. RGB value is (78,204,192). Sum of RGB (Red+Green+Blue) = 78+204+192=474 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.46% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCC0 is #B1333F. Grayscale: #A4A4A4. Windows color (decimal): -11612992 or 12635214. OLE color: 12635214.

HSL color Cylindrical-coordinate representation of color #4ECCC0: hue angle of 174.29º 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 #4ECCC0 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 204 192 -
CMYK 0.62 0 0.06 0.2
HSL 174.29º 0.55% 0.55% -
HSV(B) 174.29º 0.62% 0.8% -
XYZ 34.25 48.61 57.45 -
YUV 164.96 143.26 65.98 -
System Red Green Blue C M Y K H S L
Decimal 78 204 192 0.62 0 0.06 0.2 174.29 0.55 0.55
Hex 4E CC C0 3E 0 6 14 AE 37 37
Octal 116 314 300 76 0 6 24 256 67 67
Binary 1001110 11001100 11000000 111110 0 110 10100 10101110 110111 110111

Color Harmonies of #4ECCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECCC0

Black with #4ECCC0

Text Example


Text Example

White with #4ECCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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