#49E4DF

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

Shades of Turquoise #49E4DF

Tints of Turquoise #49E4DF

Color information

#49E4DF (or 0x49E4DF) is unknown color: approx Turquoise. HEX triplet: 49, E4 and DF. RGB value is (73,228,223). Sum of RGB (Red+Green+Blue) = 73+228+223=524 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.93% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #49E4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E4DF is #B61B20. Grayscale: #B4B4B4. Windows color (decimal): -11934497 or 14672969. OLE color: 14672969.

HSL color Cylindrical-coordinate representation of color #49E4DF: hue angle of 178.06º 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 #49E4DF is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB73228223-
CMYK0.6800.020.11
HSL178.06º74.16%59.02%-
HSV(B)178.06º67.98%89.41%-
XYZ43.8162.2379.51-
YUV181.08151.6550.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.93%
GREEN value IS 228 (89.45% from 255) = 43.51%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=13.93%
G=43.51%
B=42.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732282230.6800.020.11178.0674.1659.02
Hex49E4DF4402Bb24a3b
Octal111344337104021326211273
Binary1001001111001001101111110001000101011101100101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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