#44D3FF

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

Shades of Turquoise Blue #44D3FF

Tints of Turquoise Blue #44D3FF

Color information

#44D3FF (or 0x44D3FF) is unknown color: approx Turquoise Blue. HEX triplet: 44, D3 and FF. RGB value is (68,211,255). Sum of RGB (Red+Green+Blue) = 68+211+255=534 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.73% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #44D3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D3FF is #BB2C00. Grayscale: #ACACAC. Windows color (decimal): -12266497 or 16765764. OLE color: 16765764.

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

Color convert

RGB68211255-
CMYK0.730.1700
HSL194.12º100%63.33%-
HSV(B)194.12º73.33%100%-
XYZ43.7355.04102.93-
YUV173.26174.1252.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.73%
GREEN value IS 211 (82.81% from 255) = 39.51%
BLUE value IS 255 (100% from 255) = 47.75%
R=12.73%
G=39.51%
B=47.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682112550.730.1700194.1210063.33
Hex44D3FF491100c2643f
Octal104323377111210030214477
Binary1000100110100111111111110010011000100110000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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