#2ECFC4

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

Shades of Medium Turquoise #2ECFC4

Tints of Medium Turquoise #2ECFC4

Color information

#2ECFC4 (or 0x2ECFC4) is unknown color: approx Medium Turquoise. HEX triplet: 2E, CF and C4. RGB value is (46,207,196). Sum of RGB (Red+Green+Blue) = 46+207+196=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECFC4 is #D1303B. Grayscale: #9D9D9D. Windows color (decimal): -13709372 or 12898094. OLE color: 12898094.

HSL color Cylindrical-coordinate representation of color #2ECFC4: hue angle of 175.9º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECFC4 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB46207196-
CMYK0.7800.050.19
HSL175.9º63.64%49.61%-
HSV(B)175.9º77.78%81.18%-
XYZ33.449.1959.96-
YUV157.61149.6648.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.24%
GREEN value IS 207 (81.25% from 255) = 46.10%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=10.24%
G=46.10%
B=43.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal462071960.7800.050.19175.963.6449.61
Hex2ECFC44E0513b04032
Octal56317304116052326010062
Binary10111011001111110001001001110010110011101100001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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