#3EC9CD

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

Shades of Medium Turquoise #3EC9CD

Tints of Medium Turquoise #3EC9CD

Color information

#3EC9CD (or 0x3EC9CD) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C9 and CD. RGB value is (62,201,205). Sum of RGB (Red+Green+Blue) = 62+201+205=468 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.25% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #3EC9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC9CD is #C13632. Grayscale: #9F9F9F. Windows color (decimal): -12662323 or 13486398. OLE color: 13486398.

HSL color Cylindrical-coordinate representation of color #3EC9CD: hue angle of 181.68º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EC9CD is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB62201205-
CMYK0.700.0200.20
HSL181.68º58.85%52.35%-
HSV(B)181.68º69.76%80.39%-
XYZ33.8947.2165.08-
YUV159.9153.4558.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.25%
GREEN value IS 201 (78.91% from 255) = 42.95%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=13.25%
G=42.95%
B=43.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal622012050.700.0200.20181.6858.8552.35
Hex3EC9CD462014b63b34
Octal7631131510620242667364
Binary111110110010011100110110001101001010010110110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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