#3ECFB4

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

Shades of Medium Turquoise #3ECFB4

Tints of Medium Turquoise #3ECFB4

Color information

#3ECFB4 (or 0x3ECFB4) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CF and B4. RGB value is (62,207,180). Sum of RGB (Red+Green+Blue) = 62+207+180=449 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.81% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFB4 is #C1304B. Grayscale: #A0A0A0. Windows color (decimal): -12660812 or 11849534. OLE color: 11849534.

HSL color Cylindrical-coordinate representation of color #3ECFB4: hue angle of 168.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECFB4 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB62207180-
CMYK0.7000.130.19
HSL168.83º60.17%52.75%-
HSV(B)168.83º70.05%81.18%-
XYZ32.5448.9550.91-
YUV160.57138.9657.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.81%
GREEN value IS 207 (81.25% from 255) = 46.10%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=13.81%
G=46.10%
B=40.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal622071800.7000.130.19168.8360.1752.75
Hex3ECFB4460D13a93c35
Octal76317264106015232517465
Binary11111011001111101101001000110011011001110101001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,207,180); }

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

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

 a { background-color: rgb(62,207,180); }

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

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

 span { border-color: rgb(62,207,180); }

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