#49EDB7

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

Shades of Turquoise #49EDB7

Tints of Turquoise #49EDB7

Color information

#49EDB7 (or 0x49EDB7) is unknown color: approx Turquoise. HEX triplet: 49, ED and B7. RGB value is (73,237,183). Sum of RGB (Red+Green+Blue) = 73+237+183=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDB7 is #B61248. Grayscale: #B5B5B5. Windows color (decimal): -11932233 or 12053833. OLE color: 12053833.

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

Color convert

RGB73237183-
CMYK0.6900.230.07
HSL160.24º82%60.78%-
HSV(B)160.24º69.2%92.94%-
XYZ41.5865.455.23-
YUV181.81128.6750.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.81%
GREEN value IS 237 (92.97% from 255) = 48.07%
BLUE value IS 183 (71.88% from 255) = 37.12%
R=14.81%
G=48.07%
B=37.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732371830.6900.230.07160.248260.78
Hex49EDB7450177a0523d
Octal111355267105027724012275
Binary100100111101101101101111000101010111111101000001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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