#3EBEB4

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

Shades of Medium Turquoise #3EBEB4

Tints of Medium Turquoise #3EBEB4

Color information

#3EBEB4 (or 0x3EBEB4) is unknown color: approx Medium Turquoise. HEX triplet: 3E, BE and B4. RGB value is (62,190,180). Sum of RGB (Red+Green+Blue) = 62+190+180=432 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.35% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #3EBEB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBEB4 is #C1414B. Grayscale: #969696. Windows color (decimal): -12665164 or 11845182. OLE color: 11845182.

HSL color Cylindrical-coordinate representation of color #3EBEB4: hue angle of 175.31º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBEB4 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB62190180-
CMYK0.6700.050.25
HSL175.31º50.79%49.41%-
HSV(B)175.31º67.37%74.51%-
XYZ28.6441.1549.61-
YUV150.59144.5964.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.35%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 180 (70.70% from 255) = 41.67%
R=14.35%
G=43.98%
B=41.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621901800.6700.050.25175.3150.7949.41
Hex3EBEB4430519af3331
Octal7627626410305312576361
Binary1111101011111010110100100001101011100110101111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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