#44DAB5

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

Shades of Turquoise #44DAB5

Tints of Turquoise #44DAB5

Color information

#44DAB5 (or 0x44DAB5) is unknown color: approx Turquoise. HEX triplet: 44, DA and B5. RGB value is (68,218,181). Sum of RGB (Red+Green+Blue) = 68+218+181=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #44DAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DAB5 is #BB254A. Grayscale: #A8A8A8. Windows color (decimal): -12264779 or 11917892. OLE color: 11917892.

HSL color Cylindrical-coordinate representation of color #44DAB5: hue angle of 165.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DAB5 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB68218181-
CMYK0.6900.170.15
HSL165.2º66.96%56.08%-
HSV(B)165.2º68.81%85.49%-
XYZ35.854.7152.39-
YUV168.93134.856.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.56%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 181 (71.09% from 255) = 38.76%
R=14.56%
G=46.68%
B=38.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal682181810.6900.170.15165.266.9656.08
Hex44DAB545011Fa54338
Octal1043322651050211724510370
Binary1000100110110101011010110001010100011111101001011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,218,181); }

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

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

 a { background-color: rgb(68,218,181); }

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

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

 span { border-color: rgb(68,218,181); }

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