#49F0C3

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

Shades of Turquoise #49F0C3

Tints of Turquoise #49F0C3

Color information

#49F0C3 (or 0x49F0C3) is unknown color: approx Turquoise. HEX triplet: 49, F0 and C3. RGB value is (73,240,195). Sum of RGB (Red+Green+Blue) = 73+240+195=508 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.37% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #49F0C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F0C3 is #B60F3C. Grayscale: #B8B8B8. Windows color (decimal): -11931453 or 12841033. OLE color: 12841033.

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

Color convert

RGB73240195-
CMYK0.7000.190.06
HSL163.83º84.77%61.37%-
HSV(B)163.83º69.58%94.12%-
XYZ43.7667.6862.39-
YUV184.94133.6748.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.37%
GREEN value IS 240 (94.14% from 255) = 47.24%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=14.37%
G=47.24%
B=38.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732401950.7000.190.06163.8384.7761.37
Hex49F0C3460136a4553d
Octal111360303106023624412575
Binary100100111110000110000111000110010011110101001001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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