#49EFDF

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

Shades of Turquoise #49EFDF

Tints of Turquoise #49EFDF

Color information

#49EFDF (or 0x49EFDF) is unknown color: approx Turquoise. HEX triplet: 49, EF and DF. RGB value is (73,239,223). Sum of RGB (Red+Green+Blue) = 73+239+223=535 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.64% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFDF is #B61020. Grayscale: #BBBBBB. Windows color (decimal): -11931681 or 14675785. OLE color: 14675785.

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

Color convert

RGB73239223-
CMYK0.6900.070.06
HSL174.22º83.84%61.18%-
HSV(B)174.22º69.46%93.73%-
XYZ46.9368.4880.56-
YUV187.5414846.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.64%
GREEN value IS 239 (93.75% from 255) = 44.67%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=13.64%
G=44.67%
B=41.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732392230.6900.070.06174.2283.8461.18
Hex49EFDF45076ae543d
Octal11135733710507625612475
Binary1001001111011111101111110001010111110101011101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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