#49CFCA

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

Shades of Medium Turquoise #49CFCA

Tints of Medium Turquoise #49CFCA

Color information

#49CFCA (or 0x49CFCA) is unknown color: approx Medium Turquoise. HEX triplet: 49, CF and CA. RGB value is (73,207,202). Sum of RGB (Red+Green+Blue) = 73+207+202=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFCA is #B63035. Grayscale: #A6A6A6. Windows color (decimal): -11939894 or 13291337. OLE color: 13291337.

HSL color Cylindrical-coordinate representation of color #49CFCA: hue angle of 177.76º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CFCA is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB73207202-
CMYK0.6500.020.19
HSL177.76º58.26%54.9%-
HSV(B)177.76º64.73%81.18%-
XYZ35.7250.3163.7-
YUV166.36148.1161.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.15%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=15.15%
G=42.95%
B=41.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal732072020.6500.020.19177.7658.2654.9
Hex49CFCA410213b23a37
Octal11131731210102232627267
Binary1001001110011111100101010000010101001110110010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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