#3EC9DE

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

Shades of Medium Turquoise #3EC9DE

Tints of Medium Turquoise #3EC9DE

Color information

#3EC9DE (or 0x3EC9DE) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C9 and DE. RGB value is (62,201,222). Sum of RGB (Red+Green+Blue) = 62+201+222=485 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.78% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #3EC9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC9DE is #C13621. Grayscale: #A1A1A1. Windows color (decimal): -12662306 or 14600510. OLE color: 14600510.

HSL color Cylindrical-coordinate representation of color #3EC9DE: hue angle of 187.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EC9DE is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB62201222-
CMYK0.720.0900.13
HSL187.88º70.8%55.69%-
HSV(B)187.88º72.07%87.06%-
XYZ36.0648.0776.49-
YUV161.83161.9556.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.78%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=12.78%
G=41.44%
B=45.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal622012220.720.0900.13187.8870.855.69
Hex3EC9DE4890Dbc4738
Octal763113361101101527410770
Binary11111011001001110111101001000100101101101111001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,201,222); }

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

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

 a { background-color: rgb(62,201,222); }

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

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

 span { border-color: rgb(62,201,222); }

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