#3bbfbf

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

Shades of Medium Turquoise #3BBFBF

Tints of Medium Turquoise #3BBFBF

Color information

#3BBFBF (or 0x3BBFBF) is unknown color: approx Medium Turquoise. HEX triplet: 3B, BF and BF. RGB value is (59,191,191). Sum of RGB (Red+Green+Blue) = 59+191+191=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #3BBFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBFBF is #C44040. Grayscale: #979797. Windows color (decimal): -12861505 or 12566331. OLE color: 12566331.

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

Color convert

RGB59191191-
CMYK0.69000.25
HSL180º52.8%49.02%-
HSV(B)180º69.11%74.9%-
XYZ29.8441.9555.82-
YUV151.53150.2762-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.38%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 191 (75% from 255) = 43.31%
R=13.38%
G=43.31%
B=43.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591911910.69000.2518052.849.02
Hex3BBFBF450019b43531
Octal7327727710500312646561
Binary11101110111111101111111000101001100110110100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bbfbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,191,191); }

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

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

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

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

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

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

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