#49CFDF

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

Shades of Medium Turquoise #49CFDF

Tints of Medium Turquoise #49CFDF

Color information

#49CFDF (or 0x49CFDF) is unknown color: approx Medium Turquoise. HEX triplet: 49, CF and DF. RGB value is (73,207,223). Sum of RGB (Red+Green+Blue) = 73+207+223=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #49CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFDF is #B63020. Grayscale: #A8A8A8. Windows color (decimal): -11939873 or 14667593. OLE color: 14667593.

HSL color Cylindrical-coordinate representation of color #49CFDF: hue angle of 186.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49CFDF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73207223-
CMYK0.670.0700.13
HSL186.4º70.09%58.04%-
HSV(B)186.4º67.26%87.45%-
XYZ38.3851.3777.7-
YUV168.76158.6159.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.51%
GREEN value IS 207 (81.25% from 255) = 41.15%
BLUE value IS 223 (87.5% from 255) = 44.33%
R=14.51%
G=41.15%
B=44.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732072230.670.0700.13186.470.0958.04
Hex49CFDF4370Dba463a
Octal111317337103701527210672
Binary10010011100111111011111100001111101101101110101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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