#49EBDD

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

Shades of Turquoise #49EBDD

Tints of Turquoise #49EBDD

Color information

#49EBDD (or 0x49EBDD) is unknown color: approx Turquoise. HEX triplet: 49, EB and DD. RGB value is (73,235,221). Sum of RGB (Red+Green+Blue) = 73+235+221=529 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.80% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBDD is #B61422. Grayscale: #B8B8B8. Windows color (decimal): -11932707 or 14543689. OLE color: 14543689.

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

Color convert

RGB73235221-
CMYK0.6900.060.08
HSL174.81º80.2%60.39%-
HSV(B)174.81º68.94%92.16%-
XYZ45.5166.0578.76-
YUV184.97148.3348.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.80%
GREEN value IS 235 (92.19% from 255) = 44.42%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=13.80%
G=44.42%
B=41.78%

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
Decimal732352210.6900.060.08174.8180.260.39
Hex49EBDD45068af503c
Octal111353335105061025712074
Binary10010011110101111011101100010101101000101011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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