#49F0E9

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

Shades of Turquoise #49F0E9

Tints of Turquoise #49F0E9

Color information

#49F0E9 (or 0x49F0E9) is unknown color: approx Turquoise. HEX triplet: 49, F0 and E9. RGB value is (73,240,233). Sum of RGB (Red+Green+Blue) = 73+240+233=546 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.37% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #49F0E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F0E9 is #B60F16. Grayscale: #BDBDBD. Windows color (decimal): -11931415 or 15331401. OLE color: 15331401.

HSL color Cylindrical-coordinate representation of color #49F0E9: hue angle of 177.49º 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 #49F0E9 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB73240233-
CMYK0.7000.030.06
HSL177.49º84.77%61.37%-
HSV(B)177.49º69.58%94.12%-
XYZ48.6269.6287.97-
YUV189.27152.6745.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.37%
GREEN value IS 240 (94.14% from 255) = 43.96%
BLUE value IS 233 (91.41% from 255) = 42.67%
R=13.37%
G=43.96%
B=42.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732402330.7000.030.06177.4984.7761.37
Hex49F0E946036b1553d
Octal11136035110603626112575
Binary100100111110000111010011000110011110101100011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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