#3ED7B4

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

Shades of Medium Turquoise #3ED7B4

Tints of Medium Turquoise #3ED7B4

Color information

#3ED7B4 (or 0x3ED7B4) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D7 and B4. RGB value is (62,215,180). Sum of RGB (Red+Green+Blue) = 62+215+180=457 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.57% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #3ED7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED7B4 is #C1284B. Grayscale: #A5A5A5. Windows color (decimal): -12658764 or 11851582. OLE color: 11851582.

HSL color Cylindrical-coordinate representation of color #3ED7B4: hue angle of 166.27º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED7B4 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB62215180-
CMYK0.7100.160.16
HSL166.27º65.67%54.31%-
HSV(B)166.27º71.16%84.31%-
XYZ34.5352.9251.57-
YUV165.26136.3154.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.57%
GREEN value IS 215 (84.38% from 255) = 47.05%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=13.57%
G=47.05%
B=39.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal622151800.7100.160.16166.2765.6754.31
Hex3ED7B44701010a64236
Octal763272641070202024610266
Binary1111101101011110110100100011101000010000101001101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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