#49F7C4

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

Shades of Turquoise #49F7C4

Tints of Turquoise #49F7C4

Color information

#49F7C4 (or 0x49F7C4) is unknown color: approx Turquoise. HEX triplet: 49, F7 and C4. RGB value is (73,247,196). Sum of RGB (Red+Green+Blue) = 73+247+196=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #49F7C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F7C4 is #B6083B. Grayscale: #BDBDBD. Windows color (decimal): -11929660 or 12908361. OLE color: 12908361.

HSL color Cylindrical-coordinate representation of color #49F7C4: hue angle of 162.41º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F7C4 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB73247196-
CMYK0.7000.210.03
HSL162.41º91.58%62.75%-
HSV(B)162.41º70.45%96.86%-
XYZ45.9771.9263.68-
YUV189.16131.8545.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.15%
GREEN value IS 247 (96.88% from 255) = 47.87%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=14.15%
G=47.87%
B=37.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal732471960.7000.210.03162.4191.5862.75
Hex49F7C4460153a25c3f
Octal111367304106025324213477
Binary10010011111011111000100100011001010111101000101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,247,196); }

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

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

 a { background-color: rgb(73,247,196); }

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

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

 span { border-color: rgb(73,247,196); }

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