#44D7F9

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

Shades of Turquoise Blue #44D7F9

Tints of Turquoise Blue #44D7F9

Color information

#44D7F9 (or 0x44D7F9) is unknown color: approx Turquoise Blue. HEX triplet: 44, D7 and F9. RGB value is (68,215,249). Sum of RGB (Red+Green+Blue) = 68+215+249=532 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.78% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #44D7F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D7F9 is #BB2806. Grayscale: #AEAEAE. Windows color (decimal): -12265479 or 16373572. OLE color: 16373572.

HSL color Cylindrical-coordinate representation of color #44D7F9: hue angle of 191.27º degrees, saturation: 0.94, 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 #44D7F9 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB68215249-
CMYK0.730.1400.02
HSL191.27º93.78%62.16%-
HSV(B)191.27º72.69%97.65%-
XYZ43.7856.6798.25-
YUV174.92169.851.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.78%
GREEN value IS 215 (84.38% from 255) = 40.41%
BLUE value IS 249 (97.66% from 255) = 46.80%
R=12.78%
G=40.41%
B=46.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal682152490.730.1400.02191.2793.7862.16
Hex44D7F949E02bf5e3e
Octal104327371111160227713676
Binary1000100110101111111100110010011110010101111111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,215,249); }

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

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

 a { background-color: rgb(68,215,249); }

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

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

 span { border-color: rgb(68,215,249); }

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