#49DBE8

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

Shades of Turquoise #49DBE8

Tints of Turquoise #49DBE8

Color information

#49DBE8 (or 0x49DBE8) is unknown color: approx Turquoise. HEX triplet: 49, DB and E8. RGB value is (73,219,232). Sum of RGB (Red+Green+Blue) = 73+219+232=524 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.93% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #49DBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DBE8 is #B62417. Grayscale: #B0B0B0. Windows color (decimal): -11936792 or 15260489. OLE color: 15260489.

HSL color Cylindrical-coordinate representation of color #49DBE8: hue angle of 184.91º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DBE8 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB73219232-
CMYK0.690.0600.09
HSL184.91º77.56%59.8%-
HSV(B)184.91º68.53%90.98%-
XYZ42.6457.9185.27-
YUV176.83159.1353.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.93%
GREEN value IS 219 (85.94% from 255) = 41.79%
BLUE value IS 232 (91.02% from 255) = 44.27%
R=13.93%
G=41.79%
B=44.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal732192320.690.0600.09184.9177.5659.8
Hex49DBE845609b94e3c
Octal111333350105601127111674
Binary10010011101101111101000100010111001001101110011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,219,232); }

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

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

 a { background-color: rgb(73,219,232); }

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

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

 span { border-color: rgb(73,219,232); }

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