#44EDE7

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

Shades of Turquoise #44EDE7

Tints of Turquoise #44EDE7

Color information

#44EDE7 (or 0x44EDE7) is unknown color: approx Turquoise. HEX triplet: 44, ED and E7. RGB value is (68,237,231). Sum of RGB (Red+Green+Blue) = 68+237+231=536 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.69% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #44EDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EDE7 is #BB1218. Grayscale: #B9B9B9. Windows color (decimal): -12259865 or 15199556. OLE color: 15199556.

HSL color Cylindrical-coordinate representation of color #44EDE7: hue angle of 177.87º 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 #44EDE7 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB68237231-
CMYK0.7100.030.07
HSL177.87º82.44%59.8%-
HSV(B)177.87º71.31%92.94%-
XYZ47.0967.5786.16-
YUV185.78153.5143.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.69%
GREEN value IS 237 (92.97% from 255) = 44.22%
BLUE value IS 231 (90.62% from 255) = 43.10%
R=12.69%
G=44.22%
B=43.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal682372310.7100.030.07177.8782.4459.8
Hex44EDE747037b2523c
Octal10435534710703726212274
Binary100010011101101111001111000111011111101100101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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