#3ec8d2

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

Shades of Medium Turquoise #3EC8D2

Tints of Medium Turquoise #3EC8D2

Color information

#3EC8D2 (or 0x3EC8D2) is unknown color: approx Medium Turquoise. HEX triplet: 3E, C8 and D2. RGB value is (62,200,210). Sum of RGB (Red+Green+Blue) = 62+200+210=472 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.14% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 210 - color contains mainly: blue. Hex color #3EC8D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC8D2 is #C1372D. Grayscale: #9F9F9F. Windows color (decimal): -12662574 or 13813822. OLE color: 13813822.

HSL color Cylindrical-coordinate representation of color #3EC8D2: hue angle of 184.05º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EC8D2 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB62200210-
CMYK0.700.0500.18
HSL184.05º62.18%53.33%-
HSV(B)184.05º70.48%82.35%-
XYZ34.2746.9968.24-
YUV159.88156.2858.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.14%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 210 (82.42% from 255) = 44.49%
R=13.14%
G=42.37%
B=44.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal622002100.700.0500.18184.0562.1853.33
Hex3EC8D2465012b83e35
Octal7631032210650222707665
Binary1111101100100011010010100011010101001010111000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ec8d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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