#49DDEB

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

Shades of Turquoise #49DDEB

Tints of Turquoise #49DDEB

Color information

#49DDEB (or 0x49DDEB) is unknown color: approx Turquoise. HEX triplet: 49, DD and EB. RGB value is (73,221,235). Sum of RGB (Red+Green+Blue) = 73+221+235=529 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.80% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #49DDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DDEB is #B62214. Grayscale: #B2B2B2. Windows color (decimal): -11936277 or 15457609. OLE color: 15457609.

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

Color convert

RGB73221235-
CMYK0.690.0600.08
HSL185.19º80.2%60.39%-
HSV(B)185.19º68.94%92.16%-
XYZ43.659.1387.71-
YUV178.34159.9752.86-

RGB Variations

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

RGB

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

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
Decimal732212350.690.0600.08185.1980.260.39
Hex49DDEB45608b9503c
Octal111335353105601027112074
Binary10010011101110111101011100010111001000101110011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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