#3ECBC4

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

Shades of Medium Turquoise #3ECBC4

Tints of Medium Turquoise #3ECBC4

Color information

#3ECBC4 (or 0x3ECBC4) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CB and C4. RGB value is (62,203,196). Sum of RGB (Red+Green+Blue) = 62+203+196=461 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.45% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBC4 is #C1343B. Grayscale: #9F9F9F. Windows color (decimal): -12661820 or 12897086. OLE color: 12897086.

HSL color Cylindrical-coordinate representation of color #3ECBC4: hue angle of 177.02º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECBC4 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB62203196-
CMYK0.6900.030.20
HSL177.02º57.55%51.96%-
HSV(B)177.02º69.46%79.61%-
XYZ33.3147.7259.68-
YUV160.04148.2958.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.45%
GREEN value IS 203 (79.69% from 255) = 44.03%
BLUE value IS 196 (76.95% from 255) = 42.52%
R=13.45%
G=44.03%
B=42.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal622031960.6900.030.20177.0257.5551.96
Hex3ECBC4450314b13a34
Octal7631330410503242617264
Binary111110110010111100010010001010111010010110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,203,196); }

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

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

 a { background-color: rgb(62,203,196); }

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

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

 span { border-color: rgb(62,203,196); }

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