#44FADB

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

Shades of Turquoise #44FADB

Tints of Turquoise #44FADB

Color information

#44FADB (or 0x44FADB) is unknown color: approx Turquoise. HEX triplet: 44, FA and DB. RGB value is (68,250,219). Sum of RGB (Red+Green+Blue) = 68+250+219=537 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.66% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #44FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FADB is #BB0524. Grayscale: #BFBFBF. Windows color (decimal): -12256549 or 14416452. OLE color: 14416452.

HSL color Cylindrical-coordinate representation of color #44FADB: hue angle of 169.78º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FADB is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB68250219-
CMYK0.7300.120.02
HSL169.78º94.79%62.35%-
HSV(B)169.78º72.8%98.04%-
XYZ49.3674.7178.84-
YUV192.05143.239.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.66%
GREEN value IS 250 (98.05% from 255) = 46.55%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=12.66%
G=46.55%
B=40.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal682502190.7300.120.02169.7894.7962.35
Hex44FADB490C2aa5f3e
Octal104372333111014225213776
Binary1000100111110101101101110010010110010101010101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,250,219); }

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

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

 a { background-color: rgb(68,250,219); }

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

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

 span { border-color: rgb(68,250,219); }

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