#49F9E7

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

Shades of Turquoise #49F9E7

Tints of Turquoise #49F9E7

Color information

#49F9E7 (or 0x49F9E7) is unknown color: approx Turquoise. HEX triplet: 49, F9 and E7. RGB value is (73,249,231). Sum of RGB (Red+Green+Blue) = 73+249+231=553 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.20% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F9E7 is #B60618. Grayscale: #C2C2C2. Windows color (decimal): -11929113 or 15202633. OLE color: 15202633.

HSL color Cylindrical-coordinate representation of color #49F9E7: hue angle of 173.86º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F9E7 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB73249231-
CMYK0.7100.070.02
HSL173.86º93.62%63.14%-
HSV(B)173.86º70.68%97.65%-
XYZ51.0574.9487.38-
YUV194.32148.6941.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.20%
GREEN value IS 249 (97.66% from 255) = 45.03%
BLUE value IS 231 (90.62% from 255) = 41.77%
R=13.20%
G=45.03%
B=41.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732492310.7100.070.02173.8693.6263.14
Hex49F9E747072ae5e3f
Octal11137134710707225613677
Binary100100111111001111001111000111011110101011101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,249,231); }

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

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

 a { background-color: rgb(73,249,231); }

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

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

 span { border-color: rgb(73,249,231); }

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