#3EBEBE

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

Shades of Medium Turquoise #3EBEBE

Tints of Medium Turquoise #3EBEBE

Color information

#3EBEBE (or 0x3EBEBE) is unknown color: approx Medium Turquoise. HEX triplet: 3E, BE and BE. RGB value is (62,190,190). Sum of RGB (Red+Green+Blue) = 62+190+190=442 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.03% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #3EBEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBEBE is #C14141. Grayscale: #979797. Windows color (decimal): -12665154 or 12500542. OLE color: 12500542.

HSL color Cylindrical-coordinate representation of color #3EBEBE: hue angle of 180º 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 #3EBEBE is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB62190190-
CMYK0.67000.25
HSL180º50.79%49.41%-
HSV(B)180º67.37%74.51%-
XYZ29.6941.5755.17-
YUV151.73149.5964-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.03%
GREEN value IS 190 (74.61% from 255) = 42.99%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=14.03%
G=42.99%
B=42.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621901900.67000.2518050.7949.41
Hex3EBEBE430019b43331
Octal7627627610300312646361
Binary11111010111110101111101000011001100110110100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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