#49E3CD

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

Shades of Turquoise #49E3CD

Tints of Turquoise #49E3CD

Color information

#49E3CD (or 0x49E3CD) is unknown color: approx Turquoise. HEX triplet: 49, E3 and CD. RGB value is (73,227,205). Sum of RGB (Red+Green+Blue) = 73+227+205=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #49E3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E3CD is #B61C32. Grayscale: #B2B2B2. Windows color (decimal): -11934771 or 13493065. OLE color: 13493065.

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

Color convert

RGB73227205-
CMYK0.6800.100.11
HSL171.43º73.33%58.82%-
HSV(B)171.43º67.84%89.02%-
XYZ41.2460.7667.31-
YUV178.45142.9852.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.46%
GREEN value IS 227 (89.06% from 255) = 44.95%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=14.46%
G=44.95%
B=40.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732272050.6800.100.11171.4373.3358.82
Hex49E3CD440ABab493b
Octal1113433151040121325311173
Binary100100111100011110011011000100010101011101010111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,227,205); }

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

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

 a { background-color: rgb(73,227,205); }

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

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

 span { border-color: rgb(73,227,205); }

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