#49e6c4

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

Shades of Turquoise #49E6C4

Tints of Turquoise #49E6C4

Color information

#49E6C4 (or 0x49E6C4) is unknown color: approx Turquoise. HEX triplet: 49, E6 and C4. RGB value is (73,230,196). Sum of RGB (Red+Green+Blue) = 73+230+196=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #49E6C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E6C4 is #B6193B. Grayscale: #B3B3B3. Windows color (decimal): -11934012 or 12904009. OLE color: 12904009.

HSL color Cylindrical-coordinate representation of color #49E6C4: hue angle of 167.01º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E6C4 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB73230196-
CMYK0.6800.150.10
HSL167.01º75.85%59.41%-
HSV(B)167.01º68.26%90.2%-
XYZ41.016262.03-
YUV179.18137.4952.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.63%
GREEN value IS 230 (90.23% from 255) = 46.09%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=14.63%
G=46.09%
B=39.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal732301960.6800.150.10167.0175.8559.41
Hex49E6C4440FAa74c3b
Octal1113463041040171224711473
Binary100100111100110110001001000100011111010101001111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49e6c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,230,196); }

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

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

 a { background-color: rgb(73,230,196); }

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

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

 span { border-color: rgb(73,230,196); }

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