#44D3F8

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

Shades of Turquoise Blue #44D3F8

Tints of Turquoise Blue #44D3F8

Color information

#44D3F8 (or 0x44D3F8) is unknown color: approx Turquoise Blue. HEX triplet: 44, D3 and F8. RGB value is (68,211,248). Sum of RGB (Red+Green+Blue) = 68+211+248=527 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.90% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #44D3F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D3F8 is #BB2C07. Grayscale: #ACACAC. Windows color (decimal): -12266504 or 16307012. OLE color: 16307012.

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

Color convert

RGB68211248-
CMYK0.730.1500.03
HSL192.33º92.78%61.96%-
HSV(B)192.33º72.58%97.25%-
XYZ42.6254.5997.1-
YUV172.46170.6253.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.90%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 248 (97.27% from 255) = 47.06%
R=12.90%
G=40.04%
B=47.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal682112480.730.1500.03192.3392.7861.96
Hex44D3F849F03c05d3e
Octal104323370111170330013576
Binary1000100110100111111100010010011111011110000001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,211,248); }

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

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

 a { background-color: rgb(68,211,248); }

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

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

 span { border-color: rgb(68,211,248); }

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