#3ED4D7

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

Shades of Medium Turquoise #3ED4D7

Tints of Medium Turquoise #3ED4D7

Color information

#3ED4D7 (or 0x3ED4D7) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D4 and D7. RGB value is (62,212,215). Sum of RGB (Red+Green+Blue) = 62+212+215=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #3ED4D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED4D7 is #C12B28. Grayscale: #A7A7A7. Windows color (decimal): -12659497 or 14144574. OLE color: 14144574.

HSL color Cylindrical-coordinate representation of color #3ED4D7: hue angle of 181.18º 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 #3ED4D7 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB62212215-
CMYK0.710.0100.16
HSL181.18º65.67%54.31%-
HSV(B)181.18º71.16%84.31%-
XYZ37.853.0272.53-
YUV167.49154.852.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.68%
GREEN value IS 212 (83.20% from 255) = 43.35%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=12.68%
G=43.35%
B=43.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal622122150.710.0100.16181.1865.6754.31
Hex3ED4D7471010b54236
Octal76324327107102026510266
Binary111110110101001101011110001111010000101101011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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