#49F6DC

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

Shades of Turquoise #49F6DC

Tints of Turquoise #49F6DC

Color information

#49F6DC (or 0x49F6DC) is unknown color: approx Turquoise. HEX triplet: 49, F6 and DC. RGB value is (73,246,220). Sum of RGB (Red+Green+Blue) = 73+246+220=539 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.54% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F6DC is #B60923. Grayscale: #BFBFBF. Windows color (decimal): -11929892 or 14480969. OLE color: 14480969.

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

Color convert

RGB73246220-
CMYK0.7000.110.04
HSL170.98º90.58%62.55%-
HSV(B)170.98º70.33%96.47%-
XYZ48.6272.579.14-
YUV191.31144.1943.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.54%
GREEN value IS 246 (96.48% from 255) = 45.64%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=13.54%
G=45.64%
B=40.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732462200.7000.110.04170.9890.5862.55
Hex49F6DC460B4ab5b3f
Octal111366334106013425313377
Binary10010011111011011011100100011001011100101010111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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