#49FACF

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

Shades of Turquoise #49FACF

Tints of Turquoise #49FACF

Color information

#49FACF (or 0x49FACF) is unknown color: approx Turquoise. HEX triplet: 49, FA and CF. RGB value is (73,250,207). Sum of RGB (Red+Green+Blue) = 73+250+207=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #49FACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FACF is #B60530. Grayscale: #C0C0C0. Windows color (decimal): -11928881 or 13630025. OLE color: 13630025.

HSL color Cylindrical-coordinate representation of color #49FACF: hue angle of 165.42º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FACF is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB73250207-
CMYK0.7100.170.02
HSL165.42º94.65%63.33%-
HSV(B)165.42º70.8%98.04%-
XYZ48.274.2970.83-
YUV192.18136.3643-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.77%
GREEN value IS 250 (98.05% from 255) = 47.17%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=13.77%
G=47.17%
B=39.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732502070.7100.170.02165.4294.6563.33
Hex49FACF470112a55f3f
Octal111372317107021224513777
Binary10010011111101011001111100011101000110101001011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,250,207); }

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

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

 a { background-color: rgb(73,250,207); }

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

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

 span { border-color: rgb(73,250,207); }

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