#49F1F0

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

Shades of Turquoise #49F1F0

Tints of Turquoise #49F1F0

Color information

#49F1F0 (or 0x49F1F0) is unknown color: approx Turquoise. HEX triplet: 49, F1 and F0. RGB value is (73,241,240). Sum of RGB (Red+Green+Blue) = 73+241+240=554 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.18% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #49F1F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F1F0 is #B60E0F. Grayscale: #BEBEBE. Windows color (decimal): -11931152 or 15790409. OLE color: 15790409.

HSL color Cylindrical-coordinate representation of color #49F1F0: hue angle of 179.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F1F0 is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB73241240-
CMYK0.7000.000.05
HSL179.64º85.71%61.57%-
HSV(B)179.64º69.71%94.51%-
XYZ49.9370.6293.44-
YUV190.65155.8444.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.18%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=13.18%
G=43.50%
B=43.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732412400.7000.000.05179.6485.7161.57
Hex49F1F046005b4563e
Octal11136136010600526412676
Binary10010011111000111110000100011000101101101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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