#2EC7C4

Color #2EC7C4 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #2EC7C4

Tints of Medium Turquoise #2EC7C4

Color information

#2EC7C4 (or 0x2EC7C4) is unknown color: approx Medium Turquoise. HEX triplet: 2E, C7 and C4. RGB value is (46,199,196). Sum of RGB (Red+Green+Blue) = 46+199+196=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC7C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC7C4 is #D1383B. Grayscale: #989898. Windows color (decimal): -13711420 or 12896046. OLE color: 12896046.

HSL color Cylindrical-coordinate representation of color #2EC7C4: hue angle of 178.82º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC7C4 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB46199196-
CMYK0.7700.020.22
HSL178.82º62.45%48.04%-
HSV(B)178.82º76.88%78.04%-
XYZ31.5145.4159.33-
YUV152.91152.3151.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.43%
GREEN value IS 199 (78.12% from 255) = 45.12%
BLUE value IS 196 (76.95% from 255) = 44.44%
R=10.43%
G=45.12%
B=44.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal461991960.7700.020.22178.8262.4548.04
Hex2EC7C44D0216b33e30
Octal5630730411502262637660
Binary101110110001111100010010011010101011010110011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EC7C4; }

 p { color: rgb(46,199,196); }

 H1.HeaderClassName
 {
   color: #2EC7C4;
 }
 .AnyTagClassName
 {
   color: #2EC7C4;
 }
</style>
background-color css

<style>
 a { background-color: #2EC7C4; }

 a { background-color: rgb(46,199,196); }

 div.DivClassName
 {
   background-color: #2EC7C4;
 }
 .BgClassName
 {
   background-color: #2EC7C4;
 }
</style>
border-color css

<style>
 span { border-color: #2EC7C4; }

 span { border-color: rgb(46,199,196); }

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