#49E2CE

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

Shades of Turquoise #49E2CE

Tints of Turquoise #49E2CE

Color information

#49E2CE (or 0x49E2CE) is unknown color: approx Turquoise. HEX triplet: 49, E2 and CE. RGB value is (73,226,206). Sum of RGB (Red+Green+Blue) = 73+226+206=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #49E2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E2CE is #B61D31. Grayscale: #B1B1B1. Windows color (decimal): -11935026 or 13558345. OLE color: 13558345.

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

Color convert

RGB73226206-
CMYK0.6800.090.11
HSL172.16º72.51%58.63%-
HSV(B)172.16º67.7%88.63%-
XYZ41.0860.2767.86-
YUV177.97143.8153.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.46%
GREEN value IS 226 (88.67% from 255) = 44.75%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=14.46%
G=44.75%
B=40.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732262060.6800.090.11172.1672.5158.63
Hex49E2CE4409Bac493b
Octal1113423161040111325411173
Binary100100111100010110011101000100010011011101011001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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