#49dfe2

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

Shades of Turquoise #49DFE2

Tints of Turquoise #49DFE2

Color information

#49DFE2 (or 0x49DFE2) is unknown color: approx Turquoise. HEX triplet: 49, DF and E2. RGB value is (73,223,226). Sum of RGB (Red+Green+Blue) = 73+223+226=522 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.98% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #49DFE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFE2 is #B6201D. Grayscale: #B2B2B2. Windows color (decimal): -11935774 or 14868297. OLE color: 14868297.

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

Color convert

RGB73223226-
CMYK0.680.0100.11
HSL181.18º72.51%58.63%-
HSV(B)181.18º67.7%88.63%-
XYZ42.8659.6881.21-
YUV178.49154.852.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.98%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 226 (88.67% from 255) = 43.30%
R=13.98%
G=42.72%
B=43.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732232260.680.0100.11181.1872.5158.63
Hex49DFE24410Bb5493b
Octal111337342104101326511173
Binary100100111011111111000101000100101011101101011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49dfe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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