#3ECAC4

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

Shades of Medium Turquoise #3ECAC4

Tints of Medium Turquoise #3ECAC4

Color information

#3ECAC4 (or 0x3ECAC4) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CA and C4. RGB value is (62,202,196). Sum of RGB (Red+Green+Blue) = 62+202+196=460 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.48% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #3ECAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECAC4 is #C1353B. Grayscale: #9F9F9F. Windows color (decimal): -12662076 or 12896830. OLE color: 12896830.

HSL color Cylindrical-coordinate representation of color #3ECAC4: hue angle of 177.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECAC4 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB62202196-
CMYK0.6900.030.21
HSL177.43º56.91%51.76%-
HSV(B)177.43º69.31%79.22%-
XYZ33.0747.2559.6-
YUV159.46148.6258.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.48%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 196 (76.95% from 255) = 42.61%
R=13.48%
G=43.91%
B=42.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal622021960.6900.030.21177.4356.9151.76
Hex3ECAC4450315b13934
Octal7631230410503252617164
Binary111110110010101100010010001010111010110110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,202,196); }

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

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

 a { background-color: rgb(62,202,196); }

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

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

 span { border-color: rgb(62,202,196); }

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