#3ECAB4

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

Shades of Medium Turquoise #3ECAB4

Tints of Medium Turquoise #3ECAB4

Color information

#3ECAB4 (or 0x3ECAB4) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CA and B4. RGB value is (62,202,180). Sum of RGB (Red+Green+Blue) = 62+202+180=444 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.96% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #3ECAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECAB4 is #C1354B. Grayscale: #9D9D9D. Windows color (decimal): -12662092 or 11848254. OLE color: 11848254.

HSL color Cylindrical-coordinate representation of color #3ECAB4: hue angle of 170.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECAB4 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB62202180-
CMYK0.6900.110.21
HSL170.57º56.91%51.76%-
HSV(B)170.57º69.31%79.22%-
XYZ31.3546.5650.52-
YUV157.63140.6259.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.96%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=13.96%
G=45.50%
B=40.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal622021800.6900.110.21170.5756.9151.76
Hex3ECAB4450B15ab3934
Octal76312264105013252537164
Binary11111011001010101101001000101010111010110101011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ECAB4; }

 p { color: rgb(62,202,180); }

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

<style>
 a { background-color: #3ECAB4; }

 a { background-color: rgb(62,202,180); }

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

<style>
 span { border-color: #3ECAB4; }

 span { border-color: rgb(62,202,180); }

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