#49E6DF

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

Shades of Turquoise #49E6DF

Tints of Turquoise #49E6DF

Color information

#49E6DF (or 0x49E6DF) is unknown color: approx Turquoise. HEX triplet: 49, E6 and DF. RGB value is (73,230,223). Sum of RGB (Red+Green+Blue) = 73+230+223=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #49E6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E6DF is #B61920. Grayscale: #B6B6B6. Windows color (decimal): -11933985 or 14673481. OLE color: 14673481.

HSL color Cylindrical-coordinate representation of color #49E6DF: hue angle of 177.32º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E6DF is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB73230223-
CMYK0.6800.030.10
HSL177.32º75.85%59.41%-
HSV(B)177.32º68.26%90.2%-
XYZ44.3663.3479.7-
YUV182.26150.9950.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.88%
GREEN value IS 230 (90.23% from 255) = 43.73%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=13.88%
G=43.73%
B=42.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal732302230.6800.030.10177.3275.8559.41
Hex49E6DF4403Ab14c3b
Octal111346337104031226111473
Binary1001001111001101101111110001000111010101100011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,230,223); }

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

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

 a { background-color: rgb(73,230,223); }

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

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

 span { border-color: rgb(73,230,223); }

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