#44E7DE

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

Shades of Turquoise #44E7DE

Tints of Turquoise #44E7DE

Color information

#44E7DE (or 0x44E7DE) is unknown color: approx Turquoise. HEX triplet: 44, E7 and DE. RGB value is (68,231,222). Sum of RGB (Red+Green+Blue) = 68+231+222=521 (69% of max value = 765). Red value is 68 (26.95% from 255 or 13.05% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #44E7DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E7DE is #BB1821. Grayscale: #B5B5B5. Windows color (decimal): -12261410 or 14608196. OLE color: 14608196.

HSL color Cylindrical-coordinate representation of color #44E7DE: hue angle of 176.69º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44E7DE is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB68231222-
CMYK0.7100.040.09
HSL176.69º77.25%58.63%-
HSV(B)176.69º70.56%90.59%-
XYZ44.1463.6579.07-
YUV181.2415147.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.05%
GREEN value IS 231 (90.62% from 255) = 44.34%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=13.05%
G=44.34%
B=42.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal682312220.7100.040.09176.6977.2558.63
Hex44E7DE47049b14d3b
Octal104347336107041126111573
Binary10001001110011111011110100011101001001101100011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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