#49F6B5

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

Shades of Turquoise #49F6B5

Tints of Turquoise #49F6B5

Color information

#49F6B5 (or 0x49F6B5) is unknown color: approx Turquoise. HEX triplet: 49, F6 and B5. RGB value is (73,246,181). Sum of RGB (Red+Green+Blue) = 73+246+181=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F6B5 is #B6094A. Grayscale: #BABABA. Windows color (decimal): -11929931 or 11925065. OLE color: 11925065.

HSL color Cylindrical-coordinate representation of color #49F6B5: hue angle of 157.46º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F6B5 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB73246181-
CMYK0.7000.260.04
HSL157.46º90.58%62.55%-
HSV(B)157.46º70.33%96.47%-
XYZ44.0470.6655.03-
YUV186.86124.6946.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.6%
GREEN value IS 246 (96.48% from 255) = 49.2%
BLUE value IS 181 (71.09% from 255) = 36.2%
R=14.6%
G=49.2%
B=36.2%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732461810.7000.260.04157.4690.5862.55
Hex49F6B54601A49d5b3f
Octal111366265106032423513377
Binary100100111110110101101011000110011010100100111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,246,181); }

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

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

 a { background-color: rgb(73,246,181); }

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

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

 span { border-color: rgb(73,246,181); }

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