#49CFD2

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

Shades of Medium Turquoise #49CFD2

Tints of Medium Turquoise #49CFD2

Color information

#49CFD2 (or 0x49CFD2) is unknown color: approx Medium Turquoise. HEX triplet: 49, CF and D2. RGB value is (73,207,210). Sum of RGB (Red+Green+Blue) = 73+207+210=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #49CFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFD2 is #B6302D. Grayscale: #A7A7A7. Windows color (decimal): -11939886 or 13815625. OLE color: 13815625.

HSL color Cylindrical-coordinate representation of color #49CFD2: hue angle of 181.31º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CFD2 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB73207210-
CMYK0.650.0100.18
HSL181.31º60.35%55.49%-
HSV(B)181.31º65.24%82.35%-
XYZ36.6950.768.82-
YUV167.28152.1160.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.90%
GREEN value IS 207 (81.25% from 255) = 42.24%
BLUE value IS 210 (82.42% from 255) = 42.86%
R=14.90%
G=42.24%
B=42.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732072100.650.0100.18181.3160.3555.49
Hex49CFD2411012b53c37
Octal11131732210110222657467
Binary100100111001111110100101000001101001010110101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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