#44F5ED

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

Shades of Turquoise #44F5ED

Tints of Turquoise #44F5ED

Color information

#44F5ED (or 0x44F5ED) is unknown color: approx Turquoise. HEX triplet: 44, F5 and ED. RGB value is (68,245,237). Sum of RGB (Red+Green+Blue) = 68+245+237=550 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.36% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #44F5ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F5ED is #BB0A12. Grayscale: #BFBFBF. Windows color (decimal): -12257811 or 15594820. OLE color: 15594820.

HSL color Cylindrical-coordinate representation of color #44F5ED: hue angle of 177.29º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F5ED is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB68245237-
CMYK0.7200.030.04
HSL177.29º89.85%61.37%-
HSV(B)177.29º72.24%96.08%-
XYZ50.3272.6591.49-
YUV191.16153.8640.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.36%
GREEN value IS 245 (96.09% from 255) = 44.55%
BLUE value IS 237 (92.97% from 255) = 43.09%
R=12.36%
G=44.55%
B=43.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal682452370.7200.030.04177.2989.8561.37
Hex44F5ED48034b15a3d
Octal10436535511003426113275
Binary100010011110101111011011001000011100101100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,245,237); }

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

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

 a { background-color: rgb(68,245,237); }

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

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

 span { border-color: rgb(68,245,237); }

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