#2ECAD0

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

Shades of Medium Turquoise #2ECAD0

Tints of Medium Turquoise #2ECAD0

Color information

#2ECAD0 (or 0x2ECAD0) is unknown color: approx Medium Turquoise. HEX triplet: 2E, CA and D0. RGB value is (46,202,208). Sum of RGB (Red+Green+Blue) = 46+202+208=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #2ECAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECAD0 is #D1352F. Grayscale: #9B9B9B. Windows color (decimal): -13710640 or 13683246. OLE color: 13683246.

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

Color convert

RGB46202208-
CMYK0.780.0300.18
HSL182.22º63.78%49.8%-
HSV(B)182.22º77.88%81.57%-
XYZ33.6347.3867.05-
YUV156.04157.3249.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.09%
GREEN value IS 202 (79.30% from 255) = 44.30%
BLUE value IS 208 (81.64% from 255) = 45.61%
R=10.09%
G=44.30%
B=45.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal462022080.780.0300.18182.2263.7849.8
Hex2ECAD04E3012b64032
Octal56312320116302226610062
Binary1011101100101011010000100111011010010101101101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,202,208); }

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

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

 a { background-color: rgb(46,202,208); }

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

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

 span { border-color: rgb(46,202,208); }

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