#49DCEB

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

Shades of Turquoise #49DCEB

Tints of Turquoise #49DCEB

Color information

#49DCEB (or 0x49DCEB) is unknown color: approx Turquoise. HEX triplet: 49, DC and EB. RGB value is (73,220,235). Sum of RGB (Red+Green+Blue) = 73+220+235=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #49DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCEB is #B62314. Grayscale: #B1B1B1. Windows color (decimal): -11936533 or 15457353. OLE color: 15457353.

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

Color convert

RGB73220235-
CMYK0.690.0600.08
HSL185.56º80.2%60.39%-
HSV(B)185.56º68.94%92.16%-
XYZ43.3458.687.62-
YUV177.76160.353.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.83%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=13.83%
G=41.67%
B=44.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732202350.690.0600.08185.5680.260.39
Hex49DCEB45608ba503c
Octal111334353105601027212074
Binary10010011101110011101011100010111001000101110101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,220,235); }

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

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

 a { background-color: rgb(73,220,235); }

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

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

 span { border-color: rgb(73,220,235); }

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