#49EBC9

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

Shades of Turquoise #49EBC9

Tints of Turquoise #49EBC9

Color information

#49EBC9 (or 0x49EBC9) is unknown color: approx Turquoise. HEX triplet: 49, EB and C9. RGB value is (73,235,201). Sum of RGB (Red+Green+Blue) = 73+235+201=509 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.34% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBC9 is #B61436. Grayscale: #B6B6B6. Windows color (decimal): -11932727 or 13232969. OLE color: 13232969.

HSL color Cylindrical-coordinate representation of color #49EBC9: hue angle of 167.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EBC9 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB73235201-
CMYK0.6900.140.08
HSL167.41º80.2%60.39%-
HSV(B)167.41º68.94%92.16%-
XYZ4365.0565.55-
YUV182.69138.3349.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.34%
GREEN value IS 235 (92.19% from 255) = 46.17%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=14.34%
G=46.17%
B=39.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732352010.6900.140.08167.4180.260.39
Hex49EBC9450E8a7503c
Octal1113533111050161024712074
Binary100100111101011110010011000101011101000101001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,235,201); }

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

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

 a { background-color: rgb(73,235,201); }

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

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

 span { border-color: rgb(73,235,201); }

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