#3BC1B9

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

Shades of Medium Turquoise #3BC1B9

Tints of Medium Turquoise #3BC1B9

Color information

#3BC1B9 (or 0x3BC1B9) is unknown color: approx Medium Turquoise. HEX triplet: 3B, C1 and B9. RGB value is (59,193,185). Sum of RGB (Red+Green+Blue) = 59+193+185=437 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.50% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC1B9 is #C43E46. Grayscale: #979797. Windows color (decimal): -12860999 or 12173627. OLE color: 12173627.

HSL color Cylindrical-coordinate representation of color #3BC1B9: hue angle of 176.42º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC1B9 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB59193185-
CMYK0.6900.040.24
HSL176.42º53.17%49.41%-
HSV(B)176.42º69.43%75.69%-
XYZ29.6342.5752.55-
YUV152.02146.6161.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.50%
GREEN value IS 193 (75.78% from 255) = 44.16%
BLUE value IS 185 (72.66% from 255) = 42.33%
R=13.50%
G=44.16%
B=42.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591931850.6900.040.24176.4253.1749.41
Hex3BC1B9450418b03531
Octal7330127110504302606561
Binary1110111100000110111001100010101001100010110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,193,185); }

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

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

 a { background-color: rgb(59,193,185); }

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

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

 span { border-color: rgb(59,193,185); }

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