#49EBDC

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

Shades of Turquoise #49EBDC

Tints of Turquoise #49EBDC

Color information

#49EBDC (or 0x49EBDC) is unknown color: approx Turquoise. HEX triplet: 49, EB and DC. RGB value is (73,235,220). Sum of RGB (Red+Green+Blue) = 73+235+220=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBDC is #B61423. Grayscale: #B8B8B8. Windows color (decimal): -11932708 or 14478153. OLE color: 14478153.

HSL color Cylindrical-coordinate representation of color #49EBDC: hue angle of 174.44º 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 #49EBDC is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB73235220-
CMYK0.6900.060.08
HSL174.44º80.2%60.39%-
HSV(B)174.44º68.94%92.16%-
XYZ45.376678.06-
YUV184.85147.8348.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732352200.6900.060.08174.4480.260.39
Hex49EBDC45068ae503c
Octal111353334105061025612074
Binary10010011110101111011100100010101101000101011101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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