#3ECFBE

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

Shades of Medium Turquoise #3ECFBE

Tints of Medium Turquoise #3ECFBE

Color information

#3ECFBE (or 0x3ECFBE) is unknown color: approx Medium Turquoise. HEX triplet: 3E, CF and BE. RGB value is (62,207,190). Sum of RGB (Red+Green+Blue) = 62+207+190=459 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.51% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFBE is #C13041. Grayscale: #A1A1A1. Windows color (decimal): -12660802 or 12504894. OLE color: 12504894.

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

Color convert

RGB62207190-
CMYK0.7000.080.19
HSL172.97º60.17%52.75%-
HSV(B)172.97º70.05%81.18%-
XYZ33.5949.3756.47-
YUV161.71143.9656.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.51%
GREEN value IS 207 (81.25% from 255) = 45.10%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=13.51%
G=45.10%
B=41.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal622071900.7000.080.19172.9760.1752.75
Hex3ECFBE460813ad3c35
Octal76317276106010232557465
Binary11111011001111101111101000110010001001110101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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