#44C4B4

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

Shades of Medium Turquoise #44C4B4

Tints of Medium Turquoise #44C4B4

Color information

#44C4B4 (or 0x44C4B4) is unknown color: approx Medium Turquoise. HEX triplet: 44, C4 and B4. RGB value is (68,196,180). Sum of RGB (Red+Green+Blue) = 68+196+180=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #44C4B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C4B4 is #BB3B4B. Grayscale: #9B9B9B. Windows color (decimal): -12270412 or 11846724. OLE color: 11846724.

HSL color Cylindrical-coordinate representation of color #44C4B4: hue angle of 172.5º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C4B4 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB68196180-
CMYK0.6500.080.23
HSL172.5º52.03%51.76%-
HSV(B)172.5º65.31%76.86%-
XYZ30.364450.07-
YUV155.9141.5965.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.32%
GREEN value IS 196 (76.95% from 255) = 44.14%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=15.32%
G=44.14%
B=40.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal681961800.6500.080.23172.552.0351.76
Hex44C4B4410817ac3434
Octal104304264101010272546464
Binary100010011000100101101001000001010001011110101100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,196,180); }

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

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

 a { background-color: rgb(68,196,180); }

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

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

 span { border-color: rgb(68,196,180); }

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