#44C8B2

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

Shades of Medium Turquoise #44C8B2

Tints of Medium Turquoise #44C8B2

Color information

#44C8B2 (or 0x44C8B2) is unknown color: approx Medium Turquoise. HEX triplet: 44, C8 and B2. RGB value is (68,200,178). Sum of RGB (Red+Green+Blue) = 68+200+178=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #44C8B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C8B2 is #BB374D. Grayscale: #9D9D9D. Windows color (decimal): -12269390 or 11716676. OLE color: 11716676.

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

Color convert

RGB68200178-
CMYK0.6600.110.22
HSL170º54.55%52.55%-
HSV(B)170º66%78.43%-
XYZ31.0745.7549.31-
YUV158.02139.2763.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.25%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 178 (69.92% from 255) = 39.91%
R=15.25%
G=44.84%
B=39.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal682001780.6600.110.2217054.5552.55
Hex44C8B2420B16aa3735
Octal104310262102013262526765
Binary100010011001000101100101000010010111011010101010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,200,178); }

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

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

 a { background-color: rgb(68,200,178); }

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

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

 span { border-color: rgb(68,200,178); }

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