#44BFB6

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

Shades of Medium Turquoise #44BFB6

Tints of Medium Turquoise #44BFB6

Color information

#44BFB6 (or 0x44BFB6) is unknown color: approx Medium Turquoise. HEX triplet: 44, BF and B6. RGB value is (68,191,182). Sum of RGB (Red+Green+Blue) = 68+191+182=441 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.42% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #44BFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BFB6 is #BB4049. Grayscale: #999999. Windows color (decimal): -12271690 or 11976516. OLE color: 11976516.

HSL color Cylindrical-coordinate representation of color #44BFB6: hue angle of 175.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BFB6 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB68191182-
CMYK0.6400.050.25
HSL175.61º49%50.78%-
HSV(B)175.61º64.4%74.9%-
XYZ29.4641.8750.78-
YUV153.2144.2567.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.42%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=15.42%
G=43.31%
B=41.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681911820.6400.050.25175.614950.78
Hex44BFB6400519b03133
Octal10427726610005312606163
Binary10001001011111110110110100000001011100110110000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44BFB6; }

 p { color: rgb(68,191,182); }

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

<style>
 a { background-color: #44BFB6; }

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

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

<style>
 span { border-color: #44BFB6; }

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

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