#49ECC7

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

Shades of Turquoise #49ECC7

Tints of Turquoise #49ECC7

Color information

#49ECC7 (or 0x49ECC7) is unknown color: approx Turquoise. HEX triplet: 49, EC and C7. RGB value is (73,236,199). Sum of RGB (Red+Green+Blue) = 73+236+199=508 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.37% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECC7 is #B61338. Grayscale: #B7B7B7. Windows color (decimal): -11932473 or 13102153. OLE color: 13102153.

HSL color Cylindrical-coordinate representation of color #49ECC7: hue angle of 166.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ECC7 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB73236199-
CMYK0.6900.160.07
HSL166.38º81.09%60.59%-
HSV(B)166.38º69.07%92.55%-
XYZ43.0565.5364.41-
YUV183.0413749.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.37%
GREEN value IS 236 (92.58% from 255) = 46.46%
BLUE value IS 199 (78.12% from 255) = 39.17%
R=14.37%
G=46.46%
B=39.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732361990.6900.160.07166.3881.0960.59
Hex49ECC7450107a6513d
Octal111354307105020724612175
Binary100100111101100110001111000101010000111101001101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ECC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,236,199); }

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

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

 a { background-color: rgb(73,236,199); }

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

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

 span { border-color: rgb(73,236,199); }

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