#49E0C8

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

Shades of Turquoise #49E0C8

Tints of Turquoise #49E0C8

Color information

#49E0C8 (or 0x49E0C8) is unknown color: approx Turquoise. HEX triplet: 49, E0 and C8. RGB value is (73,224,200). Sum of RGB (Red+Green+Blue) = 73+224+200=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #49E0C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E0C8 is #B61F37. Grayscale: #B0B0B0. Windows color (decimal): -11935544 or 13164617. OLE color: 13164617.

HSL color Cylindrical-coordinate representation of color #49E0C8: hue angle of 170.46º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49E0C8 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB73224200-
CMYK0.6700.110.12
HSL170.46º70.89%58.24%-
HSV(B)170.46º67.41%87.84%-
XYZ39.8358.963.91-
YUV176.12141.4754.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.69%
GREEN value IS 224 (87.89% from 255) = 45.07%
BLUE value IS 200 (78.52% from 255) = 40.24%
R=14.69%
G=45.07%
B=40.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal732242000.6700.110.12170.4670.8958.24
Hex49E0C8430BCaa473a
Octal1113403101030131425210772
Binary100100111100000110010001000011010111100101010101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,224,200); }

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

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

 a { background-color: rgb(73,224,200); }

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

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

 span { border-color: rgb(73,224,200); }

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