#44F9EC

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

Shades of Turquoise #44F9EC

Tints of Turquoise #44F9EC

Color information

#44F9EC (or 0x44F9EC) is unknown color: approx Turquoise. HEX triplet: 44, F9 and EC. RGB value is (68,249,236). Sum of RGB (Red+Green+Blue) = 68+249+236=553 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.30% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #44F9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F9EC is #BB0613. Grayscale: #C1C1C1. Windows color (decimal): -12256788 or 15530308. OLE color: 15530308.

HSL color Cylindrical-coordinate representation of color #44F9EC: hue angle of 175.69º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F9EC is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB68249236-
CMYK0.7300.050.02
HSL175.69º93.78%62.16%-
HSV(B)175.69º72.69%97.65%-
XYZ51.475.0491.13-
YUV193.4152.0338.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.30%
GREEN value IS 249 (97.66% from 255) = 45.03%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=12.30%
G=45.03%
B=42.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal682492360.7300.050.02175.6993.7862.16
Hex44F9EC49052b05e3e
Octal10437135411105226013676
Binary100010011111001111011001001001010110101100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,249,236); }

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

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

 a { background-color: rgb(68,249,236); }

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

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

 span { border-color: rgb(68,249,236); }

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