#44C7B4

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

Shades of Medium Turquoise #44C7B4

Tints of Medium Turquoise #44C7B4

Color information

#44C7B4 (or 0x44C7B4) is unknown color: approx Medium Turquoise. HEX triplet: 44, C7 and B4. RGB value is (68,199,180). Sum of RGB (Red+Green+Blue) = 68+199+180=447 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.21% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #44C7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C7B4 is #BB384B. Grayscale: #9D9D9D. Windows color (decimal): -12269644 or 11847492. OLE color: 11847492.

HSL color Cylindrical-coordinate representation of color #44C7B4: hue angle of 171.3º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C7B4 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB68199180-
CMYK0.6600.100.22
HSL171.3º53.91%52.35%-
HSV(B)171.3º65.83%78.04%-
XYZ31.0545.3750.3-
YUV157.66140.664.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.21%
GREEN value IS 199 (78.12% from 255) = 44.52%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=15.21%
G=44.52%
B=40.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal681991800.6600.100.22171.353.9152.35
Hex44C7B4420A16ab3634
Octal104307264102012262536664
Binary100010011000111101101001000010010101011010101011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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