#44DAFF

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

Shades of Turquoise Blue #44DAFF

Tints of Turquoise Blue #44DAFF

Color information

#44DAFF (or 0x44DAFF) is unknown color: approx Turquoise Blue. HEX triplet: 44, DA and FF. RGB value is (68,218,255). Sum of RGB (Red+Green+Blue) = 68+218+255=541 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.57% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #44DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DAFF is #BB2500. Grayscale: #B1B1B1. Windows color (decimal): -12264705 or 16767556. OLE color: 16767556.

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

Color convert

RGB68218255-
CMYK0.730.1500
HSL191.87º100%63.33%-
HSV(B)191.87º73.33%100%-
XYZ45.5158.59103.52-
YUV177.37171.849.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.57%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 255 (100% from 255) = 47.13%
R=12.57%
G=40.30%
B=47.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682182550.730.1500191.8710063.33
Hex44DAFF49F00c0643f
Octal104332377111170030014477
Binary100010011011010111111111001001111100110000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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