#49e4ef

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

Shades of Turquoise #49E4EF

Tints of Turquoise #49E4EF

Color information

#49E4EF (or 0x49E4EF) is unknown color: approx Turquoise. HEX triplet: 49, E4 and EF. RGB value is (73,228,239). Sum of RGB (Red+Green+Blue) = 73+228+239=540 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.52% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #49E4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E4EF is #B61B10. Grayscale: #B6B6B6. Windows color (decimal): -11934481 or 15721545. OLE color: 15721545.

HSL color Cylindrical-coordinate representation of color #49E4EF: hue angle of 183.98º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E4EF is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB73228239-
CMYK0.690.0500.06
HSL183.98º83.84%61.18%-
HSV(B)183.98º69.46%93.73%-
XYZ46.0763.1491.42-
YUV182.91159.6549.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.52%
GREEN value IS 228 (89.45% from 255) = 42.22%
BLUE value IS 239 (93.75% from 255) = 44.26%
R=13.52%
G=42.22%
B=44.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732282390.690.0500.06183.9883.8461.18
Hex49E4EF45506b8543d
Octal11134435710550627012475
Binary1001001111001001110111110001011010110101110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49e4ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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