#44DAFE

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

Shades of Turquoise Blue #44DAFE

Tints of Turquoise Blue #44DAFE

Color information

#44DAFE (or 0x44DAFE) is unknown color: approx Turquoise Blue. HEX triplet: 44, DA and FE. RGB value is (68,218,254). Sum of RGB (Red+Green+Blue) = 68+218+254=540 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.59% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #44DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DAFE is #BB2501. Grayscale: #B0B0B0. Windows color (decimal): -12264706 or 16702020. OLE color: 16702020.

HSL color Cylindrical-coordinate representation of color #44DAFE: hue angle of 191.61º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44DAFE is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB68218254-
CMYK0.730.1400.00
HSL191.61º98.94%63.14%-
HSV(B)191.61º73.23%99.61%-
XYZ45.3458.53102.67-
YUV177.25171.350.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.59%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=12.59%
G=40.37%
B=47.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal682182540.730.1400.00191.6198.9463.14
Hex44DAFE49E00c0633f
Octal104332376111160030014377
Binary100010011011010111111101001001111000110000001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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