#49EDD0

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

Shades of Turquoise #49EDD0

Tints of Turquoise #49EDD0

Color information

#49EDD0 (or 0x49EDD0) is unknown color: approx Turquoise. HEX triplet: 49, ED and D0. RGB value is (73,237,208). Sum of RGB (Red+Green+Blue) = 73+237+208=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDD0 is #B6122F. Grayscale: #B8B8B8. Windows color (decimal): -11932208 or 13692233. OLE color: 13692233.

HSL color Cylindrical-coordinate representation of color #49EDD0: hue angle of 169.39º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EDD0 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB73237208-
CMYK0.6900.120.07
HSL169.39º82%60.78%-
HSV(B)169.39º69.2%92.94%-
XYZ44.4266.5470.18-
YUV184.66141.1748.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.09%
GREEN value IS 237 (92.97% from 255) = 45.75%
BLUE value IS 208 (81.64% from 255) = 40.15%
R=14.09%
G=45.75%
B=40.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732372080.6900.120.07169.398260.78
Hex49EDD0450C7a9523d
Octal111355320105014725112275
Binary10010011110110111010000100010101100111101010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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