#44DAB4

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

Shades of Turquoise #44DAB4

Tints of Turquoise #44DAB4

Color information

#44DAB4 (or 0x44DAB4) is unknown color: approx Turquoise. HEX triplet: 44, DA and B4. RGB value is (68,218,180). Sum of RGB (Red+Green+Blue) = 68+218+180=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #44DAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DAB4 is #BB254B. Grayscale: #A8A8A8. Windows color (decimal): -12264780 or 11852356. OLE color: 11852356.

HSL color Cylindrical-coordinate representation of color #44DAB4: hue angle of 164.8º 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 #44DAB4 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB68218180-
CMYK0.6900.170.15
HSL164.8º66.96%56.08%-
HSV(B)164.8º68.81%85.49%-
XYZ35.6954.6751.85-
YUV168.82134.356.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.59%
GREEN value IS 218 (85.55% from 255) = 46.78%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=14.59%
G=46.78%
B=38.63%

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
Decimal682181800.6900.170.15164.866.9656.08
Hex44DAB445011Fa54338
Octal1043322641050211724510370
Binary1000100110110101011010010001010100011111101001011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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