#49F6EF

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

Shades of Turquoise #49F6EF

Tints of Turquoise #49F6EF

Color information

#49F6EF (or 0x49F6EF) is unknown color: approx Turquoise. HEX triplet: 49, F6 and EF. RGB value is (73,246,239). Sum of RGB (Red+Green+Blue) = 73+246+239=558 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.08% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F6EF is #B60910. Grayscale: #C1C1C1. Windows color (decimal): -11929873 or 15726153. OLE color: 15726153.

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

Color convert

RGB73246239-
CMYK0.7000.030.04
HSL177.57º90.58%62.55%-
HSV(B)177.57º70.33%96.47%-
XYZ51.2873.5693.16-
YUV193.48153.6942.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.08%
GREEN value IS 246 (96.48% from 255) = 44.09%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=13.08%
G=44.09%
B=42.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732462390.7000.030.04177.5790.5862.55
Hex49F6EF46034b25b3f
Octal11136635710603426213377
Binary100100111110110111011111000110011100101100101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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