#49E4DE

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

Shades of Turquoise #49E4DE

Tints of Turquoise #49E4DE

Color information

#49E4DE (or 0x49E4DE) is unknown color: approx Turquoise. HEX triplet: 49, E4 and DE. RGB value is (73,228,222). Sum of RGB (Red+Green+Blue) = 73+228+222=523 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.96% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #49E4DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E4DE is #B61B21. Grayscale: #B4B4B4. Windows color (decimal): -11934498 or 14607433. OLE color: 14607433.

HSL color Cylindrical-coordinate representation of color #49E4DE: hue angle of 177.68º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E4DE is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB73228222-
CMYK0.6800.030.11
HSL177.68º74.16%59.02%-
HSV(B)177.68º67.98%89.41%-
XYZ43.6862.1878.81-
YUV180.97151.1550.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.96%
GREEN value IS 228 (89.45% from 255) = 43.59%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=13.96%
G=43.59%
B=42.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732282220.6800.030.11177.6874.1659.02
Hex49E4DE4403Bb24a3b
Octal111344336104031326211273
Binary1001001111001001101111010001000111011101100101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49E4DE; }

 p { color: rgb(73,228,222); }

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

<style>
 a { background-color: #49E4DE; }

 a { background-color: rgb(73,228,222); }

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

<style>
 span { border-color: #49E4DE; }

 span { border-color: rgb(73,228,222); }

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