#3ECDBB

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

Shades of Medium Turquoise #3ECDBB

Tints of Medium Turquoise #3ECDBB

Color information

#3ECDBB (or 0x3ECDBB) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CD and BB. RGB value is (62,205,187). Sum of RGB (Red+Green+Blue) = 62+205+187=454 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.66% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECDBB is #C13244. Grayscale: #A0A0A0. Windows color (decimal): -12661317 or 12307774. OLE color: 12307774.

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

Color convert

RGB62205187-
CMYK0.7000.090.20
HSL172.45º58.85%52.35%-
HSV(B)172.45º69.76%80.39%-
XYZ32.7948.2754.6-
YUV160.19143.1257.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.66%
GREEN value IS 205 (80.47% from 255) = 45.15%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=13.66%
G=45.15%
B=41.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal622051870.7000.090.20172.4558.8552.35
Hex3ECDBB460914ac3b34
Octal76315273106011242547364
Binary11111011001101101110111000110010011010010101100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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