#49EADF

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

Shades of Turquoise #49EADF

Tints of Turquoise #49EADF

Color information

#49EADF (or 0x49EADF) is unknown color: approx Turquoise. HEX triplet: 49, EA and DF. RGB value is (73,234,223). Sum of RGB (Red+Green+Blue) = 73+234+223=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #49EADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EADF is #B61520. Grayscale: #B8B8B8. Windows color (decimal): -11932961 or 14674505. OLE color: 14674505.

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

Color convert

RGB73234223-
CMYK0.6900.050.08
HSL175.9º79.31%60.2%-
HSV(B)175.9º68.8%91.76%-
XYZ45.4965.5980.07-
YUV184.61149.6648.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.77%
GREEN value IS 234 (91.80% from 255) = 44.15%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=13.77%
G=44.15%
B=42.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732342230.6900.050.08175.979.3160.2
Hex49EADF45058b04f3c
Octal111352337105051026011774
Binary10010011110101011011111100010101011000101100001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,234,223); }

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

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

 a { background-color: rgb(73,234,223); }

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

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

 span { border-color: rgb(73,234,223); }

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