#3EBFB8

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

Shades of Medium Turquoise #3EBFB8

Tints of Medium Turquoise #3EBFB8

Color information

#3EBFB8 (or 0x3EBFB8) is unknown color: approx Medium Turquoise. HEX triplet: 3E, BF and B8. RGB value is (62,191,184). Sum of RGB (Red+Green+Blue) = 62+191+184=437 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.19% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #3EBFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBFB8 is #C14047. Grayscale: #979797. Windows color (decimal): -12664904 or 12107582. OLE color: 12107582.

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

Color convert

RGB62191184-
CMYK0.6800.040.25
HSL176.74º50.99%49.61%-
HSV(B)176.74º67.54%74.9%-
XYZ29.2741.7551.86-
YUV151.63146.2664.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.19%
GREEN value IS 191 (75% from 255) = 43.71%
BLUE value IS 184 (72.27% from 255) = 42.11%
R=14.19%
G=43.71%
B=42.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621911840.6800.040.25176.7450.9949.61
Hex3EBFB8440419b13332
Octal7627727010404312616362
Binary1111101011111110111000100010001001100110110001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,191,184); }

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

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

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

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

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

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

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