#3ECDC8

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

Shades of Medium Turquoise #3ECDC8

Tints of Medium Turquoise #3ECDC8

Color information

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

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

Color convert

RGB62205200-
CMYK0.7000.020.20
HSL177.9º58.85%52.35%-
HSV(B)177.9º69.76%80.39%-
XYZ34.2448.8662.27-
YUV161.67149.6256.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal622052000.7000.020.20177.958.8552.35
Hex3ECDC8460214b23b34
Octal7631531010602242627364
Binary111110110011011100100010001100101010010110010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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