#3EC8CD

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

Shades of Medium Turquoise #3EC8CD

Tints of Medium Turquoise #3EC8CD

Color information

#3EC8CD (or 0x3EC8CD) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C8 and CD. RGB value is (62,200,205). Sum of RGB (Red+Green+Blue) = 62+200+205=467 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.28% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #3EC8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC8CD is #C13732. Grayscale: #9F9F9F. Windows color (decimal): -12662579 or 13486142. OLE color: 13486142.

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

Color convert

RGB62200205-
CMYK0.700.0200.20
HSL182.1º58.85%52.35%-
HSV(B)182.1º69.76%80.39%-
XYZ33.6646.7465.01-
YUV159.31153.7858.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.28%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=13.28%
G=42.83%
B=43.90%

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
Decimal622002050.700.0200.20182.158.8552.35
Hex3EC8CD462014b63b34
Octal7631031510620242667364
Binary111110110010001100110110001101001010010110110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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