#49F0E7

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

Shades of Turquoise #49F0E7

Tints of Turquoise #49F0E7

Color information

#49F0E7 (or 0x49F0E7) is unknown color: approx Turquoise. HEX triplet: 49, F0 and E7. RGB value is (73,240,231). Sum of RGB (Red+Green+Blue) = 73+240+231=544 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.42% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #49F0E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F0E7 is #B60F18. Grayscale: #BCBCBC. Windows color (decimal): -11931417 or 15200329. OLE color: 15200329.

HSL color Cylindrical-coordinate representation of color #49F0E7: hue angle of 176.77º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F0E7 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB73240231-
CMYK0.7000.040.06
HSL176.77º84.77%61.37%-
HSV(B)176.77º69.58%94.12%-
XYZ48.3369.5186.47-
YUV189.04151.6745.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.42%
GREEN value IS 240 (94.14% from 255) = 44.12%
BLUE value IS 231 (90.62% from 255) = 42.46%
R=13.42%
G=44.12%
B=42.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732402310.7000.040.06176.7784.7761.37
Hex49F0E746046b1553d
Octal11136034710604626112575
Binary1001001111100001110011110001100100110101100011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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