#49DFE6

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

Shades of Turquoise #49DFE6

Tints of Turquoise #49DFE6

Color information

#49DFE6 (or 0x49DFE6) is unknown color: approx Turquoise. HEX triplet: 49, DF and E6. RGB value is (73,223,230). Sum of RGB (Red+Green+Blue) = 73+223+230=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #49DFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFE6 is #B62019. Grayscale: #B2B2B2. Windows color (decimal): -11935770 or 15130441. OLE color: 15130441.

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

Color convert

RGB73223230-
CMYK0.680.0300.10
HSL182.68º75.85%59.41%-
HSV(B)182.68º68.26%90.2%-
XYZ43.4259.984.14-
YUV178.95156.852.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal732232300.680.0300.10182.6875.8559.41
Hex49DFE64430Ab74c3b
Octal111337346104301226711473
Binary1001001110111111110011010001001101010101101111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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