#3EC1CB

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

Shades of Medium Turquoise #3EC1CB

Tints of Medium Turquoise #3EC1CB

Color information

#3EC1CB (or 0x3EC1CB) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C1 and CB. RGB value is (62,193,203). Sum of RGB (Red+Green+Blue) = 62+193+203=458 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.54% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC1CB is #C13E34. Grayscale: #9A9A9A. Windows color (decimal): -12664373 or 13353278. OLE color: 13353278.

HSL color Cylindrical-coordinate representation of color #3EC1CB: hue angle of 184.26º 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 #3EC1CB is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB62193203-
CMYK0.690.0500.20
HSL184.26º57.55%51.96%-
HSV(B)184.26º69.46%79.61%-
XYZ31.8443.4863.21-
YUV154.97155.161.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.54%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 203 (79.69% from 255) = 44.32%
R=13.54%
G=42.14%
B=44.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal621932030.690.0500.20184.2657.5551.96
Hex3EC1CB455014b83a34
Octal7630131310550242707264
Binary1111101100000111001011100010110101010010111000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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