#3ECBC8

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

Shades of Medium Turquoise #3ECBC8

Tints of Medium Turquoise #3ECBC8

Color information

#3ECBC8 (or 0x3ECBC8) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CB and C8. RGB value is (62,203,200). Sum of RGB (Red+Green+Blue) = 62+203+200=465 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.33% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBC8 is #C13437. Grayscale: #A0A0A0. Windows color (decimal): -12661816 or 13159230. OLE color: 13159230.

HSL color Cylindrical-coordinate representation of color #3ECBC8: hue angle of 178.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECBC8 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB62203200-
CMYK0.6900.010.20
HSL178.72º57.55%51.96%-
HSV(B)178.72º69.46%79.61%-
XYZ33.7747.9162.11-
YUV160.5150.2957.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.33%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=13.33%
G=43.66%
B=43.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal622032000.6900.010.20178.7257.5551.96
Hex3ECBC8450114b33a34
Octal7631331010501242637264
Binary11111011001011110010001000101011010010110011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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