#49D0DE

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

Shades of Medium Turquoise #49D0DE

Tints of Medium Turquoise #49D0DE

Color information

#49D0DE (or 0x49D0DE) is unknown color: approx Medium Turquoise. HEX triplet: 49, D0 and DE. RGB value is (73,208,222). Sum of RGB (Red+Green+Blue) = 73+208+222=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #49D0DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D0DE is #B62F21. Grayscale: #A9A9A9. Windows color (decimal): -11939618 or 14602313. OLE color: 14602313.

HSL color Cylindrical-coordinate representation of color #49D0DE: hue angle of 185.64º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49D0DE is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73208222-
CMYK0.670.0600.13
HSL185.64º69.3%57.84%-
HSV(B)185.64º67.12%87.06%-
XYZ38.4951.877.08-
YUV169.23157.7759.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.51%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=14.51%
G=41.35%
B=44.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732082220.670.0600.13185.6469.357.84
Hex49D0DE4360Dba453a
Octal111320336103601527210572
Binary10010011101000011011110100001111001101101110101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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