#3BBFBD

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

Shades of Medium Turquoise #3BBFBD

Tints of Medium Turquoise #3BBFBD

Color information

#3BBFBD (or 0x3BBFBD) is unknown color: approx Medium Turquoise. HEX triplet: 3B, BF and BD. RGB value is (59,191,189). Sum of RGB (Red+Green+Blue) = 59+191+189=439 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.44% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBFBD is #C44042. Grayscale: #979797. Windows color (decimal): -12861507 or 12435259. OLE color: 12435259.

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

Color convert

RGB59191189-
CMYK0.6900.010.25
HSL179.09º52.8%49.02%-
HSV(B)179.09º69.11%74.9%-
XYZ29.6241.8754.66-
YUV151.3149.2762.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.44%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=13.44%
G=43.51%
B=43.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591911890.6900.010.25179.0952.849.02
Hex3BBFBD450119b33531
Octal7327727510501312636561
Binary11101110111111101111011000101011100110110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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