#44DCFF

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

Shades of Turquoise Blue #44DCFF

Tints of Turquoise Blue #44DCFF

Color information

#44DCFF (or 0x44DCFF) is unknown color: approx Turquoise Blue. HEX triplet: 44, DC and FF. RGB value is (68,220,255). Sum of RGB (Red+Green+Blue) = 68+220+255=543 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.52% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #44DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCFF is #BB2300. Grayscale: #B2B2B2. Windows color (decimal): -12264193 or 16768068. OLE color: 16768068.

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

Color convert

RGB68220255-
CMYK0.730.1400
HSL191.23º100%63.33%-
HSV(B)191.23º73.33%100%-
XYZ46.0359.64103.69-
YUV178.54171.1449.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.52%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 255 (100% from 255) = 46.96%
R=12.52%
G=40.52%
B=46.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682202550.730.1400191.2310063.33
Hex44DCFF49E00bf643f
Octal104334377111160027714477
Binary100010011011100111111111001001111000101111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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