#44BFC1

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

Shades of Medium Turquoise #44BFC1

Tints of Medium Turquoise #44BFC1

Color information

#44BFC1 (or 0x44BFC1) is unknown color: approx Medium Turquoise. HEX triplet: 44, BF and C1. RGB value is (68,191,193). Sum of RGB (Red+Green+Blue) = 68+191+193=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #44BFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BFC1 is #BB403E. Grayscale: #9A9A9A. Windows color (decimal): -12271679 or 12697412. OLE color: 12697412.

HSL color Cylindrical-coordinate representation of color #44BFC1: hue angle of 180.96º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44BFC1 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB68191193-
CMYK0.650.0100.24
HSL180.96º50.2%51.18%-
HSV(B)180.96º64.77%75.69%-
XYZ30.6442.3457.01-
YUV154.45149.7566.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.04%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=15.04%
G=42.26%
B=42.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681911930.650.0100.24180.9650.251.18
Hex44BFC1411018b53233
Octal10427730110110302656263
Binary100010010111111110000011000001101100010110101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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