#44D5FF

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

Shades of Turquoise Blue #44D5FF

Tints of Turquoise Blue #44D5FF

Color information

#44D5FF (or 0x44D5FF) is unknown color: approx Turquoise Blue. HEX triplet: 44, D5 and FF. RGB value is (68,213,255). Sum of RGB (Red+Green+Blue) = 68+213+255=536 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.69% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #44D5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D5FF is #BB2A00. Grayscale: #AEAEAE. Windows color (decimal): -12265985 or 16766276. OLE color: 16766276.

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

Color convert

RGB68213255-
CMYK0.730.1600
HSL193.48º100%63.33%-
HSV(B)193.48º73.33%100%-
XYZ44.2356.04103.09-
YUV174.43173.4652.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.69%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 255 (100% from 255) = 47.57%
R=12.69%
G=39.74%
B=47.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682132550.730.1600193.4810063.33
Hex44D5FF491000c1643f
Octal104325377111200030114477
Binary1000100110101011111111110010011000000110000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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