#49EDD4

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

Shades of Turquoise #49EDD4

Tints of Turquoise #49EDD4

Color information

#49EDD4 (or 0x49EDD4) is unknown color: approx Turquoise. HEX triplet: 49, ED and D4. RGB value is (73,237,212). Sum of RGB (Red+Green+Blue) = 73+237+212=522 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.98% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDD4 is #B6122B. Grayscale: #B9B9B9. Windows color (decimal): -11932204 or 13954377. OLE color: 13954377.

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

Color convert

RGB73237212-
CMYK0.6900.110.07
HSL170.85º82%60.78%-
HSV(B)170.85º69.2%92.94%-
XYZ44.9266.7472.8-
YUV185.11143.1748.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.98%
GREEN value IS 237 (92.97% from 255) = 45.40%
BLUE value IS 212 (83.20% from 255) = 40.61%
R=13.98%
G=45.40%
B=40.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732372120.6900.110.07170.858260.78
Hex49EDD4450B7ab523d
Octal111355324105013725312275
Binary10010011110110111010100100010101011111101010111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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