#49FFE8

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

Shades of Turquoise #49FFE8

Tints of Turquoise #49FFE8

Color information

#49FFE8 (or 0x49FFE8) is unknown color: approx Turquoise. HEX triplet: 49, FF and E8. RGB value is (73,255,232). Sum of RGB (Red+Green+Blue) = 73+255+232=560 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.04% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFE8 is #B60017. Grayscale: #C5C5C5. Windows color (decimal): -11927576 or 15269705. OLE color: 15269705.

HSL color Cylindrical-coordinate representation of color #49FFE8: hue angle of 172.42º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFE8 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB73255232-
CMYK0.7100.090
HSL172.42º100%64.31%-
HSV(B)172.42º71.37%100%-
XYZ53.0778.7688.75-
YUV197.96147.238.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.04%
GREEN value IS 255 (100% from 255) = 45.54%
BLUE value IS 232 (91.02% from 255) = 41.43%
R=13.04%
G=45.54%
B=41.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal732552320.7100.090172.4210064.31
Hex49FFE847090ac6440
Octal1113773501070110254144100
Binary1001001111111111110100010001110100101010110011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,255,232); }

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

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

 a { background-color: rgb(73,255,232); }

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

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

 span { border-color: rgb(73,255,232); }

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