#49F6EE

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

Shades of Turquoise #49F6EE

Tints of Turquoise #49F6EE

Color information

#49F6EE (or 0x49F6EE) is unknown color: approx Turquoise. HEX triplet: 49, F6 and EE. RGB value is (73,246,238). Sum of RGB (Red+Green+Blue) = 73+246+238=557 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.11% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F6EE is #B60911. Grayscale: #C1C1C1. Windows color (decimal): -11929874 or 15660617. OLE color: 15660617.

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

Color convert

RGB73246238-
CMYK0.7000.030.04
HSL177.23º90.58%62.55%-
HSV(B)177.23º70.33%96.47%-
XYZ51.1473.592.38-
YUV193.36153.1942.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.11%
GREEN value IS 246 (96.48% from 255) = 44.17%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=13.11%
G=44.17%
B=42.73%

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
Decimal732462380.7000.030.04177.2390.5862.55
Hex49F6EE46034b15b3f
Octal11136635610603426113377
Binary100100111110110111011101000110011100101100011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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