#3ED1B4

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

Shades of Medium Turquoise #3ED1B4

Tints of Medium Turquoise #3ED1B4

Color information

#3ED1B4 (or 0x3ED1B4) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D1 and B4. RGB value is (62,209,180). Sum of RGB (Red+Green+Blue) = 62+209+180=451 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.75% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #3ED1B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED1B4 is #C12E4B. Grayscale: #A1A1A1. Windows color (decimal): -12660300 or 11850046. OLE color: 11850046.

HSL color Cylindrical-coordinate representation of color #3ED1B4: hue angle of 168.16º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED1B4 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB62209180-
CMYK0.7000.140.18
HSL168.16º61.51%53.14%-
HSV(B)168.16º70.33%81.96%-
XYZ33.0349.9251.07-
YUV161.74138.356.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.75%
GREEN value IS 209 (82.03% from 255) = 46.34%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=13.75%
G=46.34%
B=39.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal622091800.7000.140.18168.1661.5153.14
Hex3ED1B4460E12a83e35
Octal76321264106016222507665
Binary11111011010001101101001000110011101001010101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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