#3BC3B4

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

Shades of Medium Turquoise #3BC3B4

Tints of Medium Turquoise #3BC3B4

Color information

#3BC3B4 (or 0x3BC3B4) is unknown color: approx Medium Turquoise. HEX triplet: 3B, C3 and B4. RGB value is (59,195,180). Sum of RGB (Red+Green+Blue) = 59+195+180=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC3B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC3B4 is #C43C4B. Grayscale: #989898. Windows color (decimal): -12860492 or 11846459. OLE color: 11846459.

HSL color Cylindrical-coordinate representation of color #3BC3B4: hue angle of 173.38º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC3B4 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB59195180-
CMYK0.7000.080.24
HSL173.38º53.54%49.8%-
HSV(B)173.38º69.74%76.47%-
XYZ29.5643.2649.97-
YUV152.63143.4461.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.59%
GREEN value IS 195 (76.56% from 255) = 44.93%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=13.59%
G=44.93%
B=41.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591951800.7000.080.24173.3853.5449.8
Hex3BC3B4460818ad3632
Octal73303264106010302556662
Binary11101111000011101101001000110010001100010101101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,195,180); }

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

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

 a { background-color: rgb(59,195,180); }

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

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

 span { border-color: rgb(59,195,180); }

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