#44EDB7

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

Shades of Turquoise #44EDB7

Tints of Turquoise #44EDB7

Color information

#44EDB7 (or 0x44EDB7) is unknown color: approx Turquoise. HEX triplet: 44, ED and B7. RGB value is (68,237,183). Sum of RGB (Red+Green+Blue) = 68+237+183=488 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.93% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #44EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EDB7 is #BB1248. Grayscale: #B4B4B4. Windows color (decimal): -12259913 or 12053828. OLE color: 12053828.

HSL color Cylindrical-coordinate representation of color #44EDB7: hue angle of 160.83º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EDB7 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB68237183-
CMYK0.7100.230.07
HSL160.83º82.44%59.8%-
HSV(B)160.83º71.31%92.94%-
XYZ41.2265.2255.22-
YUV180.31129.5147.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.93%
GREEN value IS 237 (92.97% from 255) = 48.57%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=13.93%
G=48.57%
B=37.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal682371830.7100.230.07160.8382.4459.8
Hex44EDB7470177a1523c
Octal104355267107027724112274
Binary100010011101101101101111000111010111111101000011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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