#44DAF7

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

Shades of Turquoise Blue #44DAF7

Tints of Turquoise Blue #44DAF7

Color information

#44DAF7 (or 0x44DAF7) is unknown color: approx Turquoise Blue. HEX triplet: 44, DA and F7. RGB value is (68,218,247). Sum of RGB (Red+Green+Blue) = 68+218+247=533 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.76% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #44DAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DAF7 is #BB2508. Grayscale: #B0B0B0. Windows color (decimal): -12264713 or 16243268. OLE color: 16243268.

HSL color Cylindrical-coordinate representation of color #44DAF7: hue angle of 189.72º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44DAF7 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB68218247-
CMYK0.720.1200.03
HSL189.72º91.79%61.76%-
HSV(B)189.72º72.47%96.86%-
XYZ44.2458.0996.88-
YUV176.46167.850.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.76%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 247 (96.88% from 255) = 46.34%
R=12.76%
G=40.90%
B=46.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal682182470.720.1200.03189.7291.7961.76
Hex44DAF748C03be5c3e
Octal104332367110140327613476
Binary1000100110110101111011110010001100011101111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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