#3ED1B5

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

Shades of Medium Turquoise #3ED1B5

Tints of Medium Turquoise #3ED1B5

Color information

#3ED1B5 (or 0x3ED1B5) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D1 and B5. RGB value is (62,209,181). Sum of RGB (Red+Green+Blue) = 62+209+181=452 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.72% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #3ED1B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED1B5 is #C12E4A. Grayscale: #A1A1A1. Windows color (decimal): -12660299 or 11915582. OLE color: 11915582.

HSL color Cylindrical-coordinate representation of color #3ED1B5: hue angle of 168.57º 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 #3ED1B5 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB62209181-
CMYK0.7000.130.18
HSL168.57º61.51%53.14%-
HSV(B)168.57º70.33%81.96%-
XYZ33.1349.9651.61-
YUV161.86138.856.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.72%
GREEN value IS 209 (82.03% from 255) = 46.24%
BLUE value IS 181 (71.09% from 255) = 40.04%
R=13.72%
G=46.24%
B=40.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal622091810.7000.130.18168.5761.5153.14
Hex3ED1B5460D12a93e35
Octal76321265106015222517665
Binary11111011010001101101011000110011011001010101001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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