#49DEEF

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

Shades of Turquoise Blue #49DEEF

Tints of Turquoise Blue #49DEEF

Color information

#49DEEF (or 0x49DEEF) is unknown color: approx Turquoise Blue. HEX triplet: 49, DE and EF. RGB value is (73,222,239). Sum of RGB (Red+Green+Blue) = 73+222+239=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #49DEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DEEF is #B62110. Grayscale: #B3B3B3. Windows color (decimal): -11936017 or 15720009. OLE color: 15720009.

HSL color Cylindrical-coordinate representation of color #49DEEF: hue angle of 186.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DEEF is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB73222239-
CMYK0.690.0700.06
HSL186.14º83.84%61.18%-
HSV(B)186.14º69.46%93.73%-
XYZ44.4559.8990.88-
YUV179.39161.6452.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.67%
GREEN value IS 222 (87.11% from 255) = 41.57%
BLUE value IS 239 (93.75% from 255) = 44.76%
R=13.67%
G=41.57%
B=44.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732222390.690.0700.06186.1483.8461.18
Hex49DEEF45706ba543d
Octal11133635710570627212475
Binary1001001110111101110111110001011110110101110101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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